about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--style.css9
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
190footer {
191 border-top: 1px solid;
192}
193
194footer a:link {
195 display: inline;
196 text-decoration: underline;
197}