diff options
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css index 9fadfa96..dda8b0fa 100644 --- a/css/style.css +++ b/css/style.css | |||
@@ -46,15 +46,19 @@ header { | |||
46 | margin: 0 auto; | 46 | margin: 0 auto; |
47 | } | 47 | } |
48 | 48 | ||
49 | #links a, .backhome a{ | 49 | #links a, .backhome a, .support a{ |
50 | text-decoration: none; | 50 | text-decoration: none; |
51 | padding: 5px 10px; | 51 | padding: 5px 10px; |
52 | } | 52 | } |
53 | #links a:hover, .backhome a:hover{ | 53 | #links a:hover, .backhome a:hover, .support a:hover{ |
54 | -webkit-border-radius: 2px; | 54 | -webkit-border-radius: 2px; |
55 | border-radius: 2px; | 55 | border-radius: 2px; |
56 | } | 56 | } |
57 | 57 | ||
58 | .support { | ||
59 | font-size: 14px; | ||
60 | } | ||
61 | |||
58 | footer { | 62 | footer { |
59 | text-align: right; | 63 | text-align: right; |
60 | } | 64 | } |