diff options
Diffstat (limited to '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; |