From e9c2c5d169c1f2f9d32c45e1b426d8b895dcb1bb Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 20 Jul 2011 13:13:38 -0400 Subject: [PATCH] Add styling to local.css. --- local.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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; } -- 2.26.2