From a72345b64bd77da60c6377a69b92f6142f0b00c1 Mon Sep 17 00:00:00 2001 From: Cristy Date: Thu, 29 Jun 2017 10:46:34 -0400 Subject: [PATCH] ... --- www/css/magick.css | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/www/css/magick.css b/www/css/magick.css index 64b179c63..f58ef17b4 100644 --- a/www/css/magick.css +++ b/www/css/magick.css @@ -9,9 +9,6 @@ */ @media (min-width: 48em) { - html { - font-size: 18px; - } } body { @@ -140,7 +137,7 @@ h6, .h6 { /* - * Blog posts + * posts */ .magick-post { @@ -170,3 +167,34 @@ h6, .h6 { .magick-footer p:last-child { margin-bottom: 0; } + +/* + Miscellaneous. +*/ +.magick-list-unstyled { + padding-left: 40px; + padding-right: 40px; + list-style: none; +} +.magick-icon { + float: left; + margin: 5px; +} +fieldset { + padding: .5em; + background: white; + border: 1px dotted #aaaa77; + margin-left: 20px; + margin-right: 20px; + margin-top: .5em; +} + +fieldset legend { + color: #fff; + background-color: #aaaa77; + font-size: smaller; + padding: .1ex .5ex; + border-right: 1px solid gray; + border-bottom: 1px solid gray; + font-weight: bold; +} -- 2.50.1