diff options
author | Friendika <info@friendika.com> | 2011-02-24 02:32:46 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-24 02:32:46 -0800 |
commit | c98ed12e10ed9db8a69066fe4ed94f9ae84482cb (patch) | |
tree | 81b558acd68f4d2837d33a033ff484b0c35abe7b /view/theme/duepuntozero | |
parent | a247a3cedb6a137d76fa7daa70d58ca91f17ff04 (diff) | |
download | volse-hubzilla-c98ed12e10ed9db8a69066fe4ed94f9ae84482cb.tar.gz volse-hubzilla-c98ed12e10ed9db8a69066fe4ed94f9ae84482cb.tar.bz2 volse-hubzilla-c98ed12e10ed9db8a69066fe4ed94f9ae84482cb.zip |
generalise wallwall template and fix "via wall-to-wall" float
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 2bffc2f17..3877fb2ea 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -849,6 +849,10 @@ input#dfrn-url { float: left; } +.wallwall .wall-item-photo-end { + clear: both; +} + .wall-item-arrowphoto-wrapper { margin-top: 40px; margin-right: 20px; |