Enanium: <pre> elements under div.content are now indented
authorDan
Wed, 08 Jul 2009 18:53:45 -0400
changeset 1045 ce069a06906c
parent 1044 ad6a22377507
child 1046 cfc6c30c5e2d
Enanium: <pre> elements under div.content are now indented
themes/enanium/css/babygrand.css
--- a/themes/enanium/css/babygrand.css	Wed Jul 08 18:52:41 2009 -0400
+++ b/themes/enanium/css/babygrand.css	Wed Jul 08 18:53:45 2009 -0400
@@ -304,6 +304,12 @@
   color: #906030 !important;
 }
 
+/* I know it's bad to support plugins in core code, but indented paragraphs tend to be specific to themes I designed.
+   This is for consistency between paragraphs and code blocks. */
+div.content pre, pre.geshi_highlighted {
+  margin-left: 0.8em;
+}
+
 /* Inline rename */
 
 input#pageheading {