[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
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3258
Increase blockquote indentation to make it more obvious.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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, --------------------------------------------------------------------------------