diff options
-rw-r--r-- | style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css index 975d177..51f1e72 100644 --- a/style.css +++ b/style.css | |||
@@ -32,6 +32,7 @@ nav, | |||
32 | footer { | 32 | footer { |
33 | font-size: 80%; | 33 | font-size: 80%; |
34 | text-align: right; | 34 | text-align: right; |
35 | flex-grow: 1; | ||
35 | } | 36 | } |
36 | 37 | ||
37 | footer { | 38 | footer { |
@@ -71,6 +72,11 @@ tr:nth-child(even), | |||
71 | { | 72 | { |
72 | background: white; | 73 | background: white; |
73 | } | 74 | } |
75 | |||
76 | tr:nth-child(even):last-child { | ||
77 | border-bottom: #eee; | ||
78 | } | ||
79 | |||
74 | tr:nth-child(odd), | 80 | tr:nth-child(odd), |
75 | #feedlist li:nth-child(odd) | 81 | #feedlist li:nth-child(odd) |
76 | { | 82 | { |
@@ -162,6 +168,9 @@ footer a:link { | |||
162 | { | 168 | { |
163 | background: black; | 169 | background: black; |
164 | } | 170 | } |
171 | tr:nth-child(even):last-child { | ||
172 | border-bottom: #222; | ||
173 | } | ||
165 | tr:nth-child(odd), | 174 | tr:nth-child(odd), |
166 | #feedlist li:nth-child(odd) | 175 | #feedlist li:nth-child(odd) |
167 | { | 176 | { |