mirror of
https://github.com/moparisthebest/wallabag
synced 2025-01-12 06:08:29 -05: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>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>
|
<li>
|
||||||
<form method="get" action="index.php">
|
<form method="get" action="index.php">
|
||||||
<label class="addurl" for="plainurl">{% trans "By filling this field" %}:</label>
|
<label class="addurl" for="config_plainurl">{% trans "By filling this field" %}:</label>
|
||||||
<input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" />
|
<input required placeholder="example.com/article" class="addurl" id="config_plainurl" name="plainurl" type="url" />
|
||||||
<input type="submit" value="{% trans "bag it!" %}" />
|
<input type="submit" value="{% trans "bag it!" %}" />
|
||||||
</form>
|
</form>
|
||||||
</li>
|
</li>
|
||||||
|
@ -473,11 +473,11 @@ footer a {
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'icomoon';
|
font-family: 'icomoon';
|
||||||
src:url('../font/icomoon.eot?-s0mcsx');
|
src:url('../fonts/icomoon.eot?-s0mcsx');
|
||||||
src:url('../font/icomoon.eot?#iefix-s0mcsx') format('embedded-opentype'),
|
src:url('../fonts/icomoon.eot?#iefix-s0mcsx') format('embedded-opentype'),
|
||||||
url('../font/icomoon.woff?-s0mcsx') format('woff'),
|
url('../fonts/icomoon.woff?-s0mcsx') format('woff'),
|
||||||
url('../font/icomoon.ttf?-s0mcsx') format('truetype'),
|
url('../fonts/icomoon.ttf?-s0mcsx') format('truetype'),
|
||||||
url('../font/icomoon.svg?-s0mcsx#icomoon') format('svg');
|
url('../fonts/icomoon.svg?-s0mcsx#icomoon') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user