aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-21 14:08:20 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-21 14:08:20 +0100
commitcd425599ce7af0e69d22a7c4b4061eed6e1706a3 (patch)
tree0d9ea6619363c0176b1d1f6ce6c9cedf4437b9c3 /themes
parente7345a2c4feaa64c8582844425f388e57f1f933d (diff)
downloadwallabag-cd425599ce7af0e69d22a7c4b4061eed6e1706a3.tar.gz
wallabag-cd425599ce7af0e69d22a7c4b4061eed6e1706a3.tar.zst
wallabag-cd425599ce7af0e69d22a7c4b4061eed6e1706a3.zip
typo in fonts call and in label on config screen
Diffstat (limited to 'themes')
-rw-r--r--themes/baggy/config.twig4
-rwxr-xr-xthemes/baggy/css/main.css10
2 files changed, 7 insertions, 7 deletions
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig
index 598409b9..cbb42f65 100644
--- a/themes/baggy/config.twig
+++ b/themes/baggy/config.twig
@@ -14,8 +14,8 @@
14 <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> 14 <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>
15 <li> 15 <li>
16 <form method="get" action="index.php"> 16 <form method="get" action="index.php">
17 <label class="addurl" for="plainurl">{% trans "By filling this field" %}:</label> 17 <label class="addurl" for="config_plainurl">{% trans "By filling this field" %}:</label>
18 <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" /> 18 <input required placeholder="example.com/article" class="addurl" id="config_plainurl" name="plainurl" type="url" />
19 <input type="submit" value="{% trans "bag it!" %}" /> 19 <input type="submit" value="{% trans "bag it!" %}" />
20 </form> 20 </form>
21 </li> 21 </li>
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css
index 3b8220d9..a5bd6529 100755
--- a/themes/baggy/css/main.css
+++ b/themes/baggy/css/main.css
@@ -473,11 +473,11 @@ footer a {
473 473
474@font-face { 474@font-face {
475 font-family: 'icomoon'; 475 font-family: 'icomoon';
476 src:url('../font/icomoon.eot?-s0mcsx'); 476 src:url('../fonts/icomoon.eot?-s0mcsx');
477 src:url('../font/icomoon.eot?#iefix-s0mcsx') format('embedded-opentype'), 477 src:url('../fonts/icomoon.eot?#iefix-s0mcsx') format('embedded-opentype'),
478 url('../font/icomoon.woff?-s0mcsx') format('woff'), 478 url('../fonts/icomoon.woff?-s0mcsx') format('woff'),
479 url('../font/icomoon.ttf?-s0mcsx') format('truetype'), 479 url('../fonts/icomoon.ttf?-s0mcsx') format('truetype'),
480 url('../font/icomoon.svg?-s0mcsx#icomoon') format('svg'); 480 url('../fonts/icomoon.svg?-s0mcsx#icomoon') format('svg');
481 font-weight: normal; 481 font-weight: normal;
482 font-style: normal; 482 font-style: normal;
483} 483}