diff options
Diffstat (limited to 'tpl/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 { |