mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-05 12:39:07 -04:00
Add gClearFix to the annotated theme elements, which makes the box surround its contents better (thanks thumb!)
This commit is contained in:
@@ -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>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user