aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/clean
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-09-18 21:11:18 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-09-18 21:11:18 -0700
commit65a420b22755f774dc2422f7fdf3709e01289945 (patch)
tree43848b09e1eb8e5c2d211f5a1ebb6fa498feb39e /view/theme/clean
parent881037a0d9430b13e852ccac46590945a5093957 (diff)
downloadvolse-hubzilla-65a420b22755f774dc2422f7fdf3709e01289945.tar.gz
volse-hubzilla-65a420b22755f774dc2422f7fdf3709e01289945.tar.bz2
volse-hubzilla-65a420b22755f774dc2422f7fdf3709e01289945.zip
theme cleanup
Diffstat (limited to 'view/theme/clean')
-rw-r--r--view/theme/clean/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/clean/style.css b/view/theme/clean/style.css
index f32462b3c..f190b3d1a 100644
--- a/view/theme/clean/style.css
+++ b/view/theme/clean/style.css
@@ -1,5 +1,9 @@
@import url('../default/style.css');
+nav {
+ background: #F4F4F4;
+}
+
body {
background: #FFFFFF;
color: #444444;
@@ -8,11 +12,13 @@ body {
.nav-link {
color: #444444;
background: #EEE;
+ border: 2px solid #888888;
}
.nav-commlink {
color: #444444;
background: #EEE;
+ border: 2px solid #888888;
}
.profile-tabs {