diff options
-rw-r--r-- | style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css index a4afb77..369e3c3 100644 --- a/style.css +++ b/style.css | |||
@@ -186,3 +186,12 @@ footer { | |||
186 | font-style: italic; | 186 | font-style: italic; |
187 | text-align: right; | 187 | text-align: right; |
188 | } | 188 | } |
189 | |||
190 | footer { | ||
191 | border-top: 1px solid; | ||
192 | } | ||
193 | |||
194 | footer a:link { | ||
195 | display: inline; | ||
196 | text-decoration: underline; | ||
197 | } | ||