diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 22:51:12 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 22:51:12 +0200 |
commit | 2a1791a4b1c319fc5bbc286d0bc94827fe1feec9 (patch) | |
tree | 482bd3a53a14dca61d806845494034db165b77f7 /tpl/css/style.css | |
parent | 63c35580c7d60e2278ee6fe9ba2d4440ff0308d6 (diff) | |
download | wallabag-2a1791a4b1c319fc5bbc286d0bc94827fe1feec9.tar.gz wallabag-2a1791a4b1c319fc5bbc286d0bc94827fe1feec9.tar.zst wallabag-2a1791a4b1c319fc5bbc286d0bc94827fe1feec9.zip |
view of an article
Diffstat (limited to 'tpl/css/style.css')
-rw-r--r-- | tpl/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css index d856a354..6b9f6aca 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css | |||
@@ -8,6 +8,10 @@ header { | |||
8 | text-align: center; | 8 | text-align: center; |
9 | } | 9 | } |
10 | 10 | ||
11 | header h1 { | ||
12 | font-size: 1.3em; | ||
13 | } | ||
14 | |||
11 | .bouton { | 15 | .bouton { |
12 | border-radius: 2px; | 16 | border-radius: 2px; |
13 | } | 17 | } |
@@ -16,6 +20,7 @@ header { | |||
16 | padding: 0; | 20 | padding: 0; |
17 | list-style-type: none; | 21 | list-style-type: none; |
18 | text-align: center; | 22 | text-align: center; |
23 | font-size: 0.9em; | ||
19 | } | 24 | } |
20 | 25 | ||
21 | #main ul#links li { | 26 | #main ul#links li { |