Add <code> styling to local.css.
[blog.git] / local.css
index 0d6b34972a876293b1acfe8d284e69755bfea4e3..d242f9b16c1b6bea8b692fd54fde14ec76e65460 100644 (file)
--- a/local.css
+++ b/local.css
@@ -4,6 +4,7 @@
  *
  * Editted by W. Trevor King <wking@drexel.edu> to support:
  *   - Sidebars
+ *   - <code>
  */
 
 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;
 }