diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-08 14:25:55 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-08 14:25:55 +0200 |
commit | 598d07a818482c982ddc5da7f3548d079094826d (patch) | |
tree | ceb3f9715b3823e2f8a38c3c46bb525d4cc65cff /css/style.css | |
parent | 670ef6bb1bdbbcf874d6c14b222ddd960861e315 (diff) | |
download | wallabag-598d07a818482c982ddc5da7f3548d079094826d.tar.gz wallabag-598d07a818482c982ddc5da7f3548d079094826d.tar.zst wallabag-598d07a818482c982ddc5da7f3548d079094826d.zip |
ajout du lien retour à l'accueil en pied de page #22
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css index fa12eaf0..add05b85 100644 --- a/css/style.css +++ b/css/style.css | |||
@@ -27,8 +27,13 @@ header { | |||
27 | text-decoration: none; | 27 | text-decoration: none; |
28 | } | 28 | } |
29 | 29 | ||
30 | #article header .vieworiginal a { | 30 | #article article { |
31 | border-bottom: 1px solid #222222; | ||
32 | } | ||
33 | |||
34 | .vieworiginal a { | ||
31 | color: #888888; | 35 | color: #888888; |
36 | text-decoration: none; | ||
32 | } | 37 | } |
33 | 38 | ||
34 | #main, #article { | 39 | #main, #article { |
@@ -44,11 +49,11 @@ header { | |||
44 | #main ul#links li { | 49 | #main ul#links li { |
45 | display: inline; | 50 | display: inline; |
46 | } | 51 | } |
47 | #links a, #backhome a{ | 52 | #links a, .backhome a{ |
48 | text-decoration: none; | 53 | text-decoration: none; |
49 | padding: 5px 10px; | 54 | padding: 5px 10px; |
50 | } | 55 | } |
51 | #links a:hover, #backhome a{ | 56 | #links a:hover, .backhome a{ |
52 | -webkit-border-radius: 2px; | 57 | -webkit-border-radius: 2px; |
53 | border-radius: 2px; | 58 | border-radius: 2px; |
54 | background-color: #040707; | 59 | background-color: #040707; |