From d4e00ffb63413f337df414c801e8d76e268672e9 Mon Sep 17 00:00:00 2001 From: Stephen Enders Date: Mon, 17 Feb 2020 00:40:39 -0500 Subject: Allow for multiple article footers --- www/index.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit v1.2.3-54-g00ecf