Index: burnt/page.tpl.php
===================================================================
--- burnt/page.tpl.php (revision 1249)
+++ burnt/page.tpl.php (working copy)
@@ -12,11 +12,7 @@
>
Index: burnt/template.php
===================================================================
--- burnt/template.php (revision 1249)
+++ burnt/template.php (working copy)
@@ -10,7 +10,7 @@
}
function phptemplate_menu_tree($pid = 1) {
if ($tree = menu_tree($pid)) {
- $output .= "\n
\n";
+ $output .= "\n\n";
if (function_exists('base_path')) {
$base_path = base_path();
}
Index: burnt/style.css
===================================================================
--- burnt/style.css (revision 1249)
+++ burnt/style.css (working copy)
@@ -84,10 +84,14 @@
width: 110px;
border-bottom: 1px solid #CCC;
}
-#sidebar-left a:link, #navlist a:visited {
+.navlist a:visited {
color:#CC6714;
text-decoration: none;
}
+#sidebar-left a:link {
+ color:#CC6714;
+ text-decoration: none;
+}
#sidebar-left a:hover {
background: #000000 url(images/arrow.gif) 96% 50% no-repeat;
background-color: #F5F5F5;