projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c3019a
)
Add <code> styling to local.css.
author
W. Trevor King
<wking@drexel.edu>
Wed, 20 Jul 2011 17:13:38 +0000
(13:13 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 20 Jul 2011 17:13:38 +0000
(13:13 -0400)
local.css
patch
|
blob
|
history
diff --git
a/local.css
b/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;
}