diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-16 12:58:03 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-16 12:58:03 +0200 |
commit | 9fee2e7266a269a8795b96b972cdc62bbcb3329b (patch) | |
tree | 0abca9c0e46821a37d559d84051062b3ce431117 /css | |
parent | 139769aa245fd58d032cb009303b0ea2cc4187cd (diff) | |
download | wallabag-9fee2e7266a269a8795b96b972cdc62bbcb3329b.tar.gz wallabag-9fee2e7266a269a8795b96b972cdc62bbcb3329b.tar.zst wallabag-9fee2e7266a269a8795b96b972cdc62bbcb3329b.zip |
Fixed #13 - tri par date / tri par titre
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index ee99dbcf..e0041a2d 100644 --- a/css/style.css +++ b/css/style.css | |||
@@ -32,6 +32,21 @@ header { | |||
32 | color: #F1F1F1; | 32 | color: #F1F1F1; |
33 | } | 33 | } |
34 | 34 | ||
35 | #main ul#sort { | ||
36 | padding: 0; | ||
37 | list-style-type: none; | ||
38 | text-align: center; | ||
39 | } | ||
40 | |||
41 | #main ul#sort li { | ||
42 | display: inline; | ||
43 | font-size: 0.9em; | ||
44 | } | ||
45 | |||
46 | #main ul#sort img:hover { | ||
47 | cursor: pointer; | ||
48 | } | ||
49 | |||
35 | #main, #article { | 50 | #main, #article { |
36 | margin: 0 auto; | 51 | margin: 0 auto; |
37 | } | 52 | } |