mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 18:30:17 +01:00
typo in fonts call and in label on config screen
This commit is contained in:
parent
e7345a2c4f
commit
cd425599ce
@ -14,8 +14,8 @@
|
||||
<li>Windows Phone: <a href="https://www.windowsphone.com/en-us/store/app/poche/334de2f0-51b5-4826-8549-a3d805a37e83" title="download the window phone application">{% trans "download the application" %}</a></li>
|
||||
<li>
|
||||
<form method="get" action="index.php">
|
||||
<label class="addurl" for="plainurl">{% trans "By filling this field" %}:</label>
|
||||
<input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" />
|
||||
<label class="addurl" for="config_plainurl">{% trans "By filling this field" %}:</label>
|
||||
<input required placeholder="example.com/article" class="addurl" id="config_plainurl" name="plainurl" type="url" />
|
||||
<input type="submit" value="{% trans "bag it!" %}" />
|
||||
</form>
|
||||
</li>
|
||||
|
@ -473,11 +473,11 @@ footer a {
|
||||
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src:url('../font/icomoon.eot?-s0mcsx');
|
||||
src:url('../font/icomoon.eot?#iefix-s0mcsx') format('embedded-opentype'),
|
||||
url('../font/icomoon.woff?-s0mcsx') format('woff'),
|
||||
url('../font/icomoon.ttf?-s0mcsx') format('truetype'),
|
||||
url('../font/icomoon.svg?-s0mcsx#icomoon') format('svg');
|
||||
src:url('../fonts/icomoon.eot?-s0mcsx');
|
||||
src:url('../fonts/icomoon.eot?#iefix-s0mcsx') format('embedded-opentype'),
|
||||
url('../fonts/icomoon.woff?-s0mcsx') format('woff'),
|
||||
url('../fonts/icomoon.ttf?-s0mcsx') format('truetype'),
|
||||
url('../fonts/icomoon.svg?-s0mcsx#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user