]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-16221
authorthepurpleblob <thepurpleblob>
Thu, 28 Aug 2008 08:40:59 +0000 (08:40 +0000)
committerthepurpleblob <thepurpleblob>
Thu, 28 Aug 2008 08:40:59 +0000 (08:40 +0000)
Fixed missing height/width in CSS

theme/standard/styles_layout.css

index a7b90f58a0148df493ec6b2630f43d940571da09..60ca5ec6db70beb4bde65d07c5dddc1d639fbcd9 100644 (file)
@@ -3309,6 +3309,7 @@ body#user-index .rolesform {
 .picture user,
 .picture teacher {
   width:35px;
+  height: 35px;
   vertical-align:top;
 }
 .modform {