diff options
m--------- | red | 6 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/red b/red new file mode 160000 +Subproject a79072ce478a999b06df38ae324fbcef6d3a76e diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 67aa6a3c1..8ad18e6c7 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -144,8 +144,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%); @@ -167,7 +165,6 @@ nav:hover { filter:alpha(opacity=100); } -*/ nav #site-location { color: #888a85; |