about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css index 0fa9d6b..4462446 100644 --- a/style.css +++ b/style.css
@@ -174,3 +174,9 @@ header a { display: inline; }
174 aside { border-bottom: 1px solid black; } 174 aside { border-bottom: 1px solid black; }
175 aside li { background: white !important; } 175 aside li { background: white !important; }
176} 176}
177
178footer {
179 font-size: 80%;
180 font-style: italic;
181 text-align: right;
182}