set photo height,width as !important if changing defaults

This commit is contained in:
Friendika 2011-05-22 19:52:54 -07:00
parent ae317296d7
commit 42acd9462a
1 changed files with 4 additions and 3 deletions

View File

@ -932,8 +932,8 @@ input#dfrn-url {
width: 30px width: 30px
} }
.wallwall .wwto img { .wallwall .wwto img {
width: 30px; width: 30px !important;
height: 30px; height: 30px !important;
} }
.wallwall .wall-item-photo-end { .wallwall .wall-item-photo-end {
@ -1032,7 +1032,8 @@ input#dfrn-url {
border: none; border: none;
} }
.comment .wall-item-photo { .comment .wall-item-photo {
width: 50px; height: 50px; width: 50px !important;
height: 50px !important;
} }
.wall-item-content { .wall-item-content {
/*float: left;*/ /*float: left;*/