]> git.openstreetmap.org Git - rails.git/commitdiff
Only specify the width for the user image for now.
authorTom Hughes <tom@compton.nu>
Sat, 27 Feb 2010 18:38:46 +0000 (18:38 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 27 Feb 2010 18:38:46 +0000 (18:38 +0000)
public/stylesheets/common.css

index d2fdea511d94f370174884e752496d2b5a558c9e..7f6559afe9cdfd5f5fd1e04428e2e9e9615e1329 100644 (file)
@@ -707,10 +707,8 @@ abbr.geo {
 
 img.user_image {
   width: 100px;
 
 img.user_image {
   width: 100px;
-  height: 100px;
 }
 
 img.user_thumbnail {
   width: 50px;
 }
 
 img.user_thumbnail {
   width: 50px;
-  height: 50px;
 }
 }