Merged message userpicture fix from stable

This commit is contained in:
moodler
2007-03-05 01:54:04 +00:00
parent a97e0ccb37
commit 5d251e995a
+7 -1
View File
@@ -113,7 +113,7 @@ a img {
img.userpicture,
img.grouppicture {
border: 0 solid
border: 0;
}
.notifyproblem {
@@ -1925,6 +1925,12 @@ body#grade-index .grades .weighted {
*** Message
***/
#message-user .userpicture {
width: 100px;
height: 100px;
}
.message-discussion-noframes #userinfo .userpicture {
float:left;
}