diff options
author | friendica <info@friendica.com> | 2012-08-06 23:10:37 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-06 23:10:37 -0700 |
commit | 5f619d3254052cb48fc47bc36e7aaabf9d33ce50 (patch) | |
tree | 4d0782455689d34265947f30344e4026f2c7a03c /view/theme/duepuntozero | |
parent | c673c70c25143f18b2ef6aef9ee6633d0eac46ae (diff) | |
download | volse-hubzilla-5f619d3254052cb48fc47bc36e7aaabf9d33ce50.tar.gz volse-hubzilla-5f619d3254052cb48fc47bc36e7aaabf9d33ce50.tar.bz2 volse-hubzilla-5f619d3254052cb48fc47bc36e7aaabf9d33ce50.zip |
the dynamic "show more" sort of works - but with a nagging delay. But I need to move on to bigger things. We'll leave it for now.
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css index 56464ea50..544820b68 100644 --- a/view/theme/duepuntozero/css/style.css +++ b/view/theme/duepuntozero/css/style.css @@ -1122,7 +1122,7 @@ input#dfrn-url { height: 50px !important; } .wall-item-content { - /*float: left;*/ + float: left; /*width: 450px;*/ margin-left: 10px; /*margin-bottom: 20px;*/ @@ -1148,7 +1148,7 @@ input#dfrn-url { } .wall-item-body { - float: left; +/* float: left; */ /*width: 450px;*/ margin-top: 10px; } |