From 31680f824f52f793cd62a30bc1d5dd6e4e885276 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Wed, 2 Oct 2013 04:31:05 +0100 Subject: Four little typos --- view/theme/redbasic/php/style.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 26990823a..e9ee57268 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -3,10 +3,10 @@ //Set some defaults $nav_colour = "red"; - $nav_bg_1 = "f88"; - $nav_bg_2 = "b00"; - $nav_bg_3 = "f00"; - $nav_bg_4 = "b00"; + $nav_bg_1 = "#f88"; + $nav_bg_2 = "#b00"; + $nav_bg_3 = "#f00"; + $nav_bg_4 = "#b00"; $background_colour = "fff"; $background_image =''; $item_colour = "fff"; -- cgit v1.2.3