aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-24 23:51:59 -0700
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-24 23:51:59 -0700
commitcd8a3441561fa63b9da1b705c4b28dee787f79b0 (patch)
treee21417394aac2f23060506e120601d74b19ecd29 /themes/default/css
parent8e76eaad19c32fd9993fcd4c66de80394b55fbe2 (diff)
parent6ae804853f6f2e10d394b6abfb977b7a251ee7e4 (diff)
downloadwallabag-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.css13
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
1body { 10body {
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,
318a.bad-display span, 327a.bad-display span,
319a.reading-time span { 328a.reading-time span {
320 background-repeat: no-repeat; 329 background-repeat: no-repeat;
321} \ No newline at end of file 330}