diff options
author | Stephen Enders <smenders@gmail.com> | 2020-02-17 00:40:39 -0500 |
---|---|---|
committer | Stephen Enders <smenders@gmail.com> | 2020-02-17 00:40:39 -0500 |
commit | d4e00ffb63413f337df414c801e8d76e268672e9 (patch) | |
tree | 280294010b476106c4d1c4898f1ef4fbe3ef26fb /www/index.css | |
parent | 5ea7e719fce765de807d89e8e6808df45f19c7da (diff) |
Allow for multiple article footers
Diffstat (limited to 'www/index.css')
-rw-r--r-- | www/index.css | 4 |
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; |