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

[dw-free] Skittlish Dreams & Refried Tablet: icon overlaps text if font is small enough

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

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

Fake space for poster so icon doesn't overlap (Refried Tablet).

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/refriedtablet/layout.s2
--------------------------------------------------------------------------------
diff -r 785b7f07e683 -r dbf00194709a bin/upgrading/s2layers/refriedtablet/layout.s2
--- a/bin/upgrading/s2layers/refriedtablet/layout.s2	Thu Apr 28 11:37:35 2011 +0800
+++ b/bin/upgrading/s2layers/refriedtablet/layout.s2	Thu Apr 28 11:42:30 2011 +0800
@@ -407,6 +407,11 @@ and keep subject lines from poking into 
     top: 5em;
     margin-bottom: 5em;
 }
+
+.has-userpic .entry .entry-poster.empty {
+    padding-bottom: 1em;
+}
+
 .no-userpic .entry-content {
     position: static;
     margin-bottom: auto;
--------------------------------------------------------------------------------