fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-04-13 03:22 pm

[dw-free] icon overlap on colorside comment pages

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

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

Slightly more whitespace around entry and comment icons, to prevent overlap.
(Thanks [personal profile] branchandroot for the tip!)

Patch by [personal profile] yvi.

Files modified:
  • bin/upgrading/s2layers/colorside/layout.s2
--------------------------------------------------------------------------------
diff -r 529ba09e9125 -r 13256f8db4c8 bin/upgrading/s2layers/colorside/layout.s2
--- a/bin/upgrading/s2layers/colorside/layout.s2	Tue Apr 13 08:15:59 2010 -0700
+++ b/bin/upgrading/s2layers/colorside/layout.s2	Tue Apr 13 08:27:04 2010 -0700
@@ -127,7 +127,7 @@ top: -1em;
 top: -1em;
 right: 5px;}
 
-.entry-content { margin-top: 1.25em; }
+.entry-content { margin-top: 2em; }
 
 .metadata { margin: 1em 0 0 0; }
 .metadata-label { font-weight: bold; }
@@ -175,7 +175,7 @@ top: 0;
 top: 0;
 right: 5px;}
 
-.comment-content { margin-top: 1em; }
+.comment-content { margin-top: 2em; }
 
 .comment .edittime { margin-top: 1em; }
 .comment .header .datetime { font-size: small;
--------------------------------------------------------------------------------