]> git.mxchange.org Git - friendica.git/commitdiff
set photo height,width as !important if changing defaults
authorFriendika <info@friendika.com>
Mon, 23 May 2011 02:52:54 +0000 (19:52 -0700)
committerFriendika <info@friendika.com>
Mon, 23 May 2011 02:52:54 +0000 (19:52 -0700)
view/theme/duepuntozero/style.css

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