Add gClearFix to the annotated theme elements, which makes the box surround its contents better (thanks thumb!)

This commit is contained in:
Bharat Mediratta
2008-11-25 02:27:00 +00:00
parent aedcba0ed2
commit 6935cfef40

View File

@@ -94,7 +94,7 @@ class Theme_Core {
if ($debug) {
if ($function != "head") {
array_unshift(
$blocks, "<div class=\"gAnnotatedThemeBlock gAnnotatedThemeBlock_$function\">" .
$blocks, "<div class=\"gAnnotatedThemeBlock gAnnotatedThemeBlock_$function gClearFix\">" .
"<div class=\"title\">$function</div>");
$blocks[] = "</div>";
}