diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-01-26 17:11:56 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-01-26 17:11:56 +0100 |
commit | 6ca1e2ddfe649d2ffeb6bd157b1b04533fa835ff (patch) | |
tree | 6a179a43f82253aad422c5819294375786f5d377 /view/theme/duepuntozero | |
parent | 62fda0a120fe4d068f1380924b5493adb70064ea (diff) | |
download | volse-hubzilla-6ca1e2ddfe649d2ffeb6bd157b1b04533fa835ff.tar.gz volse-hubzilla-6ca1e2ddfe649d2ffeb6bd157b1b04533fa835ff.tar.bz2 volse-hubzilla-6ca1e2ddfe649d2ffeb6bd157b1b04533fa835ff.zip |
remove fixed width from wall-item-content
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 76a37e7c4..7fbeed4fe 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -853,7 +853,7 @@ input#dfrn-url { } .wall-item-content { float: left; - width: 450px; + /*width: 450px;*/ margin-left: 10px; margin-bottom: 20px; padding: 20px; |