fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-11-24 03:36 am

[dw-free] Blockquote visibility

[commit: http://hg.dwscoalition.org/dw-free/rev/eb82141b1a9c]

http://bugs.dwscoalition.org/show_bug.cgi?id=3258

Increase blockquote indentation to make it more obvious.

Patch by [personal profile] ninetydegrees.

Files modified:
  • htdocs/stc/lj_base-app.css
--------------------------------------------------------------------------------
diff -r eeb19c4a4ee8 -r eb82141b1a9c htdocs/stc/lj_base-app.css
--- a/htdocs/stc/lj_base-app.css	Wed Nov 24 11:32:10 2010 +0800
+++ b/htdocs/stc/lj_base-app.css	Wed Nov 24 11:36:30 2010 +0800
@@ -211,9 +211,12 @@ input.bright {
 .usercontent ul,
 .usercontent ol,
 .usercontent dl,
-.usercontent menu,
+.usercontent menu {
+    margin: 1em;
+}
 .usercontent blockquote {
-    margin: 1em;
+  display: block;
+  margin: 1em 40px;
 }
 .usercontent ul,
 .usercontent ol,
--------------------------------------------------------------------------------