diff options
-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; |