diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-02-21 15:57:10 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-02-21 15:57:10 +0100 |
commit | 99679d06884120c57f43b44e55e03595f1f87bed (patch) | |
tree | a3f2a1aa1afdaeca1386d0c6e8a75344fd2241fb /themes/baggy/css/main.css | |
parent | 655214ab30ee84884dc408488b85586f36263fcb (diff) | |
parent | d3b47e94705e17b3ba3529cbb1dc6efe69c5d2b7 (diff) | |
download | wallabag-99679d06884120c57f43b44e55e03595f1f87bed.tar.gz wallabag-99679d06884120c57f43b44e55e03595f1f87bed.tar.zst wallabag-99679d06884120c57f43b44e55e03595f1f87bed.zip |
Merge pull request #481 from wallabag/dev1.5.2
1.5.2
Diffstat (limited to 'themes/baggy/css/main.css')
-rwxr-xr-x | themes/baggy/css/main.css | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 45211a87..3e128b08 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css | |||
@@ -254,6 +254,7 @@ footer { | |||
254 | color: #999; | 254 | color: #999; |
255 | font-size: 0.8em; | 255 | font-size: 0.8em; |
256 | font-style: italic; | 256 | font-style: italic; |
257 | z-index: 20; | ||
257 | } | 258 | } |
258 | 259 | ||
259 | footer a { | 260 | footer a { |
@@ -473,11 +474,11 @@ footer a { | |||
473 | 474 | ||
474 | @font-face { | 475 | @font-face { |
475 | font-family: 'icomoon'; | 476 | font-family: 'icomoon'; |
476 | src:url('../font/icomoon.eot?-s0mcsx'); | 477 | src:url('../fonts/icomoon.eot?-s0mcsx'); |
477 | src:url('../font/icomoon.eot?#iefix-s0mcsx') format('embedded-opentype'), | 478 | src:url('../fonts/icomoon.eot?#iefix-s0mcsx') format('embedded-opentype'), |
478 | url('../font/icomoon.woff?-s0mcsx') format('woff'), | 479 | url('../fonts/icomoon.woff?-s0mcsx') format('woff'), |
479 | url('../font/icomoon.ttf?-s0mcsx') format('truetype'), | 480 | url('../fonts/icomoon.ttf?-s0mcsx') format('truetype'), |
480 | url('../font/icomoon.svg?-s0mcsx#icomoon') format('svg'); | 481 | url('../fonts/icomoon.svg?-s0mcsx#icomoon') format('svg'); |
481 | font-weight: normal; | 482 | font-weight: normal; |
482 | font-style: normal; | 483 | font-style: normal; |
483 | } | 484 | } |
@@ -563,7 +564,8 @@ footer a { | |||
563 | ========================================================================== */ | 564 | ========================================================================== */ |
564 | 565 | ||
565 | .messages { | 566 | .messages { |
566 | text-align: center; | 567 | text-align: left; |
568 | margin-top: 1em; | ||
567 | } | 569 | } |
568 | 570 | ||
569 | .messages > * { display: inline-block;} | 571 | .messages > * { display: inline-block;} |
@@ -818,4 +820,4 @@ blockquote { | |||
818 | #article_toolbar a { | 820 | #article_toolbar a { |
819 | padding: 0.3em 0.4em 0.2em; | 821 | padding: 0.3em 0.4em 0.2em; |
820 | } | 822 | } |
821 | } \ No newline at end of file | 823 | } |