diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-24 23:51:59 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-24 23:51:59 -0700 |
commit | cd8a3441561fa63b9da1b705c4b28dee787f79b0 (patch) | |
tree | e21417394aac2f23060506e120601d74b19ecd29 /themes/default/css | |
parent | 8e76eaad19c32fd9993fcd4c66de80394b55fbe2 (diff) | |
parent | 6ae804853f6f2e10d394b6abfb977b7a251ee7e4 (diff) | |
download | wallabag-cd8a3441561fa63b9da1b705c4b28dee787f79b0.tar.gz wallabag-cd8a3441561fa63b9da1b705c4b28dee787f79b0.tar.zst wallabag-cd8a3441561fa63b9da1b705c4b28dee787f79b0.zip |
Merge pull request #289 from inthepoche/dev
1.1.0
Diffstat (limited to 'themes/default/css')
-rw-r--r-- | themes/default/css/style.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/themes/default/css/style.css b/themes/default/css/style.css index eb04f0c4..670eb50f 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css | |||
@@ -1,3 +1,12 @@ | |||
1 | @font-face { | ||
2 | font-family: 'Roboto'; | ||
3 | font-style: normal; | ||
4 | font-weight: 400; | ||
5 | src: local('Roboto Regular'), local('Roboto-Regular'), url(../fonts/Roboto.woff) format('woff'); | ||
6 | } | ||
7 | |||
8 | |||
9 | |||
1 | body { | 10 | body { |
2 | margin: 10px; | 11 | margin: 10px; |
3 | font-family: 'Roboto',Verdana,Geneva,sans-serif; | 12 | font-family: 'Roboto',Verdana,Geneva,sans-serif; |
@@ -188,7 +197,7 @@ a:visited { | |||
188 | bottom: 0; | 197 | bottom: 0; |
189 | left: 0; | 198 | left: 0; |
190 | width: 100%; | 199 | width: 100%; |
191 | height: 50px; | 200 | min-height: 50px; |
192 | padding-top: 17px; | 201 | padding-top: 17px; |
193 | text-align: center; | 202 | text-align: center; |
194 | color: #fff; | 203 | color: #fff; |
@@ -318,4 +327,4 @@ a.link span, | |||
318 | a.bad-display span, | 327 | a.bad-display span, |
319 | a.reading-time span { | 328 | a.reading-time span { |
320 | background-repeat: no-repeat; | 329 | background-repeat: no-repeat; |
321 | } \ No newline at end of file | 330 | } |