From: W. Trevor King Date: Wed, 20 Jul 2011 17:13:38 +0000 (-0400) Subject: Add styling to local.css. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e9c2c5d169c1f2f9d32c45e1b426d8b895dcb1bb;p=blog.git Add styling to local.css. --- diff --git a/local.css b/local.css index 0d6b349..d242f9b 100644 --- a/local.css +++ b/local.css @@ -4,6 +4,7 @@ * * Editted by W. Trevor King to support: * - Sidebars + * - */ body { background: #e7e7e7; } @@ -70,7 +71,12 @@ body { background: #e7e7e7; } } #sidebar .pagecloud { - float: none; - width: auto; - margin-bottom: 1em; + float: none; + width: auto; + margin-bottom: 1em; +} + +code { + color: gray; + font-family: monospace; }