mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-09-21 05:14 am

[dw-free] Colorside Nadeshiko has misaligned userpics

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

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

Fix alignment of userpic.

Patch by [personal profile] kareila.

Files modified:
  • bin/upgrading/s2layers/colorside/layout.s2
--------------------------------------------------------------------------------
diff -r 1ed31a486b99 -r b6e9ca6a88ec bin/upgrading/s2layers/colorside/layout.s2
--- a/bin/upgrading/s2layers/colorside/layout.s2	Mon Sep 21 05:12:19 2009 +0000
+++ b/bin/upgrading/s2layers/colorside/layout.s2	Mon Sep 21 05:14:53 2009 +0000
@@ -192,7 +192,7 @@ margin: .75em 0; }
 margin: .75em 0; }
 
 .entry .contents .userpic { position: absolute;
-top: 0;
+top: -1em;
 right: 5px;}
 
 .entry-content { margin-top: 1.25em; }
--------------------------------------------------------------------------------