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] changelog2010-03-17 05:33 am

[dw-free] Celerity displays exampleuser.dreamwidth.org/icons with odd spacing

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

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

When it comes to getting spaced out, make sure it's only the userpics, not
everything.

Patch by [personal profile] afuna.

Files modified:
  • htdocs/stc/blueshift/blueshift.css
  • htdocs/stc/celerity/celerity.css
  • htdocs/stc/gradation/gradation-vertical.css
--------------------------------------------------------------------------------
diff -r b64bd5fc1481 -r 49a2f188bde4 htdocs/stc/blueshift/blueshift.css
--- a/htdocs/stc/blueshift/blueshift.css	Wed Mar 17 05:31:34 2010 +0000
+++ b/htdocs/stc/blueshift/blueshift.css	Wed Mar 17 05:33:23 2010 +0000
@@ -693,7 +693,7 @@ table.allpics {
     vertical-align: bottom;
 }
 
-.allpics img {
+.allpics .userpic-img {
     margin-right: 1em;
     margin-top: 15px;
 }
diff -r b64bd5fc1481 -r 49a2f188bde4 htdocs/stc/celerity/celerity.css
--- a/htdocs/stc/celerity/celerity.css	Wed Mar 17 05:31:34 2010 +0000
+++ b/htdocs/stc/celerity/celerity.css	Wed Mar 17 05:33:23 2010 +0000
@@ -724,7 +724,7 @@ table.allpics {
     vertical-align: bottom;
 }
 
-.allpics img {
+.allpics .userpic-img {
     margin-right: 1em;
     margin-top: 15px;
 }
diff -r b64bd5fc1481 -r 49a2f188bde4 htdocs/stc/gradation/gradation-vertical.css
--- a/htdocs/stc/gradation/gradation-vertical.css	Wed Mar 17 05:31:34 2010 +0000
+++ b/htdocs/stc/gradation/gradation-vertical.css	Wed Mar 17 05:33:23 2010 +0000
@@ -753,7 +753,7 @@ table.allpics {
     vertical-align: bottom;
 }
 
-.allpics img {
+.allpics .userpic-img {
     margin-right: 1em;
     margin-top: 15px;
 }
--------------------------------------------------------------------------------