fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-01-11 04:00 am

[dw-free] Need consistent styling across the site

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

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

Fix left-alignment of text in the standout box, which looks weird when you
have links to pages spanning multiple lines in the comments area.

Patch by [personal profile] fu.

Files modified:
  • htdocs/stc/lj_base-app.css
--------------------------------------------------------------------------------
diff -r 1d57f9c5bf04 -r 1a5c54e5fd7b htdocs/stc/lj_base-app.css
--- a/htdocs/stc/lj_base-app.css	Thu Jan 06 16:00:52 2011 +0800
+++ b/htdocs/stc/lj_base-app.css	Tue Jan 11 11:59:28 2011 +0800
@@ -95,6 +95,7 @@ div.columns-2-r300 .columns-2-right {
 
 .action-box {
     margin: 0.5em auto 0 auto;
+    text-align: center;
     /* centering */
     position: relative;
     float: right;
--------------------------------------------------------------------------------