summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorStephen Enders <smenders@gmail.com>2020-02-17 00:40:39 -0500
committerStephen Enders <smenders@gmail.com>2020-02-17 00:40:39 -0500
commitd4e00ffb63413f337df414c801e8d76e268672e9 (patch)
tree280294010b476106c4d1c4898f1ef4fbe3ef26fb /www
parent5ea7e719fce765de807d89e8e6808df45f19c7da (diff)
Allow for multiple article footers
Diffstat (limited to 'www')
-rw-r--r--www/index.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/index.css b/www/index.css
index b3fe33f..0fcc4e5 100644
--- a/www/index.css
+++ b/www/index.css
@@ -28,6 +28,10 @@ html,body { margin: 0; font-family: monospace; }
float:right;
}
+article .footer {
+ font-size: 0.5em;
+ float:right;
+}
code {
font-family: monospace;
background-color: #eee;