fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-08-01 11:40 pm

[dw-free] entries in Brittle layout force square userpics

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

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

Backed out changeset 80fc5970ffae Revert icon width changes to Brittle, as
it's causing the first few lines of each entry to indent slightly.

Patch by [personal profile] fu.

Files modified:
  • bin/upgrading/s2layers/brittle/layout.s2
--------------------------------------------------------------------------------
diff -r 80fc5970ffae -r b0b1466094e1 bin/upgrading/s2layers/brittle/layout.s2
--- a/bin/upgrading/s2layers/brittle/layout.s2	Sun Jul 25 06:10:42 2010 -0500
+++ b/bin/upgrading/s2layers/brittle/layout.s2	Mon Aug 02 07:40:12 2010 +0800
@@ -477,8 +477,8 @@ div.entry div.userpic {
     }
 
 div.entry div.userpic img {
-    width: 64%;
-    height: auto;
+    width: 70px;
+    height: 70px; /*FIXME -- this shouldn't be hardcoded */
     border: 5px solid $*color_navigation_module_background;
     }
 
@@ -693,8 +693,8 @@ div.comment div.userpic {
     }
 
 div.comment div.userpic img {
-    width: 64%;
-    height: auto;
+    width: 70px;
+    height: 70px; /*FIXME: don't hardcode userpic sizes!*/
     border: 5px solid $*color_navigation_module_background;
     }
 
--------------------------------------------------------------------------------