aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-22 19:52:54 -0700
committerFriendika <info@friendika.com>2011-05-22 19:52:54 -0700
commit42acd9462a8f2a581955d8d8d269aac67d1d26b2 (patch)
tree76d70f8c72a8331b7312311d0c37ff3f365f99b9
parentae317296d7f0832c5feea14b35c73a8fbdc99861 (diff)
downloadvolse-hubzilla-42acd9462a8f2a581955d8d8d269aac67d1d26b2.tar.gz
volse-hubzilla-42acd9462a8f2a581955d8d8d269aac67d1d26b2.tar.bz2
volse-hubzilla-42acd9462a8f2a581955d8d8d269aac67d1d26b2.zip
set photo height,width as !important if changing defaults
-rw-r--r--view/theme/duepuntozero/style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 8a397c10c..9e7ebbc06 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -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;*/