From: Friendika Date: Tue, 22 Feb 2011 04:28:29 +0000 (-0800) Subject: clear float after title for items having title X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=99eef96822b23aca3c0dcf999868146a9161e503;p=friendica.git clear float after title for items having title --- diff --git a/view/de/wallwall_item.tpl b/view/de/wallwall_item.tpl index cd7d24cf46..b9a655582d 100644 --- a/view/de/wallwall_item.tpl +++ b/view/de/wallwall_item.tpl @@ -20,6 +20,7 @@
$title
+
$body
diff --git a/view/en/wallwall_item.tpl b/view/en/wallwall_item.tpl index 2daec2bb05..02af17a64a 100644 --- a/view/en/wallwall_item.tpl +++ b/view/en/wallwall_item.tpl @@ -20,6 +20,7 @@
$title
+
$body
diff --git a/view/fr/wallwall_item.tpl b/view/fr/wallwall_item.tpl index 2daec2bb05..02af17a64a 100644 --- a/view/fr/wallwall_item.tpl +++ b/view/fr/wallwall_item.tpl @@ -20,6 +20,7 @@
$title
+
$body
diff --git a/view/it/wallwall_item.tpl b/view/it/wallwall_item.tpl index 079f9b58f9..bcb420748f 100644 --- a/view/it/wallwall_item.tpl +++ b/view/it/wallwall_item.tpl @@ -20,6 +20,7 @@
$title
+
$body
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 916f191e15..35ffe3a897 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;*/ diff --git a/view/wall_item.tpl b/view/wall_item.tpl index 4d8b5daeea..7f5f3af265 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -16,6 +16,7 @@
$title
+
$body