]> git.mxchange.org Git - friendica.git/commitdiff
trim excessive space around message body (though we still need 20px padding to accomo...
authorFriendika <info@friendika.com>
Sat, 12 Feb 2011 09:51:29 +0000 (01:51 -0800)
committerFriendika <info@friendika.com>
Sat, 12 Feb 2011 09:51:29 +0000 (01:51 -0800)
view/theme/duepuntozero/style.css

index 748982203fc052fb9b5c4eb058f90dae626157c1..3611e455bf5bbe568c725d22a84536bbc7c9fed4 100644 (file)
@@ -818,7 +818,7 @@ input#dfrn-url {
 .wall-item-wrapper {
        float: left;
     margin-right: 5px;
-    width: 150px;
+    width: 250px;
 }
 .wall-item-lock {
        height: 20px;
@@ -863,7 +863,7 @@ input#dfrn-url {
        float: left;
        /*width: 450px;*/
        margin-left: 10px;
-       margin-bottom: 20px;
+/*     margin-bottom: 20px;*/
        padding: 20px;
        max-height: 400px;
        overflow: auto;
@@ -878,7 +878,7 @@ input#dfrn-url {
 .wall-item-body {
        float: left;
        width: 450px;
-       margin-top: 30px;
+       margin-top: 10px;
 }
 
 .comment-edit-wrapper {