diff options
author | Thomas Willingham <founder@kakste.com> | 2013-10-02 04:31:05 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-10-02 04:31:05 +0100 |
commit | 31680f824f52f793cd62a30bc1d5dd6e4e885276 (patch) | |
tree | 8e80d627d6c9195b2f1b4106407f92109e39a3b3 /view/theme/redbasic | |
parent | 7b6530fed5a35ecb3f8b699de9a0ec32a6cf7f82 (diff) | |
download | volse-hubzilla-31680f824f52f793cd62a30bc1d5dd6e4e885276.tar.gz volse-hubzilla-31680f824f52f793cd62a30bc1d5dd6e4e885276.tar.bz2 volse-hubzilla-31680f824f52f793cd62a30bc1d5dd6e4e885276.zip |
Four little typos
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/php/style.php | 8 |
1 files 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"; |