summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-25 02:27:00 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-25 02:27:00 +0000
commit6935cfef40a6b24cc03a544c45a24ebe7ab3fe6a (patch)
treefbb2a4b0ffb6ebb883f8089d3ddc3f54add145bd /core
parentaedcba0ed2c37ba1a52d6d57c6ff5f9556a7799b (diff)
Add gClearFix to the annotated theme elements, which makes the box surround its contents better (thanks thumb!)
Diffstat (limited to 'core')
-rw-r--r--core/libraries/Theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libraries/Theme.php b/core/libraries/Theme.php
index 68c48587..40a872f2 100644
--- a/core/libraries/Theme.php
+++ b/core/libraries/Theme.php
@@ -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>";
}