diff options
author | Friendika <info@friendika.com> | 2011-02-21 20:28:29 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-21 20:28:29 -0800 |
commit | 99eef96822b23aca3c0dcf999868146a9161e503 (patch) | |
tree | 373e887319243c09ce024e1847e29b34d3d96a41 /view/theme | |
parent | 5f2f64406407839d0a9d906e0ad165067d90d130 (diff) | |
download | volse-hubzilla-99eef96822b23aca3c0dcf999868146a9161e503.tar.gz volse-hubzilla-99eef96822b23aca3c0dcf999868146a9161e503.tar.bz2 volse-hubzilla-99eef96822b23aca3c0dcf999868146a9161e503.zip |
clear float after title for items having title
Diffstat (limited to 'view/theme')
-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 916f191e1..35ffe3a89 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -924,6 +924,10 @@ input#dfrn-url { /*width: 450px;*/ } +.wall-item-title-end { + clear: both; +} + .wall-item-body { float: left; /*width: 450px;*/ |