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

[dw-free] Long entry titles push usernames to the right in Fluid Measure (Chrome)

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

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

Fix display bug in Chrome to keep username below entry title.

Patch by [personal profile] poulpette.

Files modified:
  • bin/upgrading/s2layers/fluidmeasure/layout.s2
--------------------------------------------------------------------------------
diff -r 539774793470 -r 2bc258cb57a7 bin/upgrading/s2layers/fluidmeasure/layout.s2
--- a/bin/upgrading/s2layers/fluidmeasure/layout.s2	Tue May 25 13:07:54 2010 +0800
+++ b/bin/upgrading/s2layers/fluidmeasure/layout.s2	Tue May 25 13:11:22 2010 +0800
@@ -267,7 +267,8 @@ position: relative; /*more asinine IE7 h
 position: relative; /*more asinine IE7 hackish fixing*/ }
 
 .entry .contents .entry-poster { display: block;
-    margin-top: -.5em }
+    margin-top: -.5em;
+    clear:left; /* Fixes display bug in Chrome. Keeps username below entry title. */ }
 
 .entry-content { margin: 1em .5em; }
 
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org