diff options
author | tony baldwin <tony@tonybaldwin.org> | 2014-02-20 07:05:55 -0500 |
---|---|---|
committer | tony baldwin <tony@tonybaldwin.org> | 2014-02-20 07:05:55 -0500 |
commit | 1f8360a832a4ce61832b9b2687b390d3bef153b1 (patch) | |
tree | 2a2bdc79605703c4613a5d5507ef02f125c301c8 | |
parent | 4944070e79d4914ba0503e6e90c194cbd766dc38 (diff) | |
download | volse-hubzilla-1f8360a832a4ce61832b9b2687b390d3bef153b1.tar.gz volse-hubzilla-1f8360a832a4ce61832b9b2687b390d3bef153b1.tar.bz2 volse-hubzilla-1f8360a832a4ce61832b9b2687b390d3bef153b1.zip |
reimplementing navbar colours that were undone by git-marjus
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 | ||||
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5d603c810..db4773b70 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -140,8 +140,6 @@ blockquote { filter:alpha(opacity=100); } -/* this is not yet supported - nav { background-image: linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%); background-image: -o-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%); @@ -163,7 +161,6 @@ nav:hover { filter:alpha(opacity=100); } -*/ nav #site-location { color: #888a85; diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index cc573d99e..49b9b7e92 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -4,7 +4,7 @@ </div> {{if $expert}} -{{* include file="field_select.tpl" field=$nav_colour *}} +{{include file="field_select.tpl" field=$nav_colour}} {{include file="field_input.tpl" field=$banner_colour}} {{include file="field_input.tpl" field=$link_colour}} {{include file="field_input.tpl" field=$bgcolour}} |