diff --git a/misc/farbtastic/farbtastic.css b/misc/farbtastic/farbtastic.css index 07d953f2d7ce6a7cfb6038f18a3e1fb93b976ec0..f181a92b9ae4945599e703f8b3cdf27e3b35da0c 100644 --- a/misc/farbtastic/farbtastic.css +++ b/misc/farbtastic/farbtastic.css @@ -27,7 +27,7 @@ width: 17px; height: 17px; margin: -8px 0 0 -8px; - overflow: hidden; + overflow: hidden; background: url(marker.png) no-repeat; } diff --git a/themes/garland/minnelli/style.css b/themes/garland/minnelli/style.css index 11d260fa2266c053886ef50751ee0d9d742d3d6a..d30561520abc917e1c862c574811ece612870b83 100644 --- a/themes/garland/minnelli/style.css +++ b/themes/garland/minnelli/style.css @@ -3,7 +3,7 @@ * Stefan Nagtegaal, iStyledThis [dot] nl * Steven Wittens, acko [dot] net */ - + @import "../style.css"; body #wrapper #container { diff --git a/themes/garland/style.css b/themes/garland/style.css index 68fc5841081b6889e700fc1fed13885451715e08..1fba98506b419a099af9b4084771cdf5956015a7 100644 --- a/themes/garland/style.css +++ b/themes/garland/style.css @@ -508,10 +508,10 @@ ul.secondary-links li a:hover, ul.secondary-links li a.active { * Local tasks */ ul.primary, ul.primary li, ul.secondary, ul.secondary li { - border: 0; - background: none; - margin: 0; - padding: 0; + border: 0; + background: none; + margin: 0; + padding: 0; } #tabs-wrapper { diff --git a/themes/garland/template.php b/themes/garland/template.php index b7b18be5c04bde22b40fda1a115179a0bd98f162..a3ca8f9fe193724efc4ae28c99f3c01facbc819b 100644 --- a/themes/garland/template.php +++ b/themes/garland/template.php @@ -6,20 +6,20 @@ */ function phptemplate_body_class($sidebar_left, $sidebar_right) { if ($sidebar_left != '' && $sidebar_right != '') { - $class = 'sidebars'; - } - else { - if ($sidebar_left != '') { - $class = 'sidebar-left'; - } - if ($sidebar_right != '') { - $class = 'sidebar-right'; - } - } - - if (isset($class)) { - print ' class="'. $class .'"'; - } + $class = 'sidebars'; + } + else { + if ($sidebar_left != '') { + $class = 'sidebar-left'; + } + if ($sidebar_right != '') { + $class = 'sidebar-right'; + } + } + + if (isset($class)) { + print ' class="'. $class .'"'; + } } /**