diff options
author | Thomas Willingham <founder@kakste.com> | 2012-05-09 03:21:26 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-05-09 03:21:26 +0100 |
commit | a0293ae442c165c5257b0ca89dd73d78d1f0be12 (patch) | |
tree | 5e3269870d1fdf934b3587884ed164176cd3c3bf /view/theme | |
parent | a048fd806aa64aa1a8498effa2ab5a7aafd54bb5 (diff) | |
download | volse-hubzilla-a0293ae442c165c5257b0ca89dd73d78d1f0be12.tar.gz volse-hubzilla-a0293ae442c165c5257b0ca89dd73d78d1f0be12.tar.bz2 volse-hubzilla-a0293ae442c165c5257b0ca89dd73d78d1f0be12.zip |
Diabook-dark cleaned up a bit.
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/diabook/diabook-dark/style-network.css | 7 | ||||
-rw-r--r-- | view/theme/diabook/diabook-dark/style-profile.css | 8 | ||||
-rw-r--r-- | view/theme/diabook/diabook-dark/style.css | 10 |
3 files changed, 5 insertions, 20 deletions
diff --git a/view/theme/diabook/diabook-dark/style-network.css b/view/theme/diabook/diabook-dark/style-network.css index 43541d266..d9e2d0094 100644 --- a/view/theme/diabook/diabook-dark/style-network.css +++ b/view/theme/diabook/diabook-dark/style-network.css @@ -522,9 +522,6 @@ header { background: #1d1f1d; background-color: #1d1f1d; z-index: 100; - border-bottom: 1px; - border-bottom-color: black; - border-bottom-style: inset; } header #site-location { display: none; @@ -567,9 +564,7 @@ nav { background: #1d1f1d; color: #2e2f2e; z-index: 99; - border-bottom: 1px; - border-bottom-color: black; - border-bottom-style: inset; + } nav a, nav a:active, diff --git a/view/theme/diabook/diabook-dark/style-profile.css b/view/theme/diabook/diabook-dark/style-profile.css index 3ecad85af..4b6bc15b5 100644 --- a/view/theme/diabook/diabook-dark/style-profile.css +++ b/view/theme/diabook/diabook-dark/style-profile.css @@ -522,9 +522,7 @@ header { background: #1d1f1d; background-color: #1d1f1d; z-index: 100; - border-bottom: 1px; - border-bottom-color: black; - border-bottom-style: inset; + } header #site-location { display: none; @@ -567,9 +565,7 @@ nav { background: #1d1f1d; color: #2e2f2e; z-index: 99; - border-bottom: 1px; - border-bottom-color: black; - border-bottom-style: inset; + } nav a, nav a:active, diff --git a/view/theme/diabook/diabook-dark/style.css b/view/theme/diabook/diabook-dark/style.css index f00973085..fbba4ec2a 100644 --- a/view/theme/diabook/diabook-dark/style.css +++ b/view/theme/diabook/diabook-dark/style.css @@ -576,9 +576,6 @@ header { background: #0c0e0c; background-color: #1d1f1d; z-index: 100; - border-bottom: 1px; - border-bottom-color: black; - border-bottom-style: inset; } header #site-location { display: none; @@ -701,10 +698,7 @@ nav { background: #1d1f1d; color: #2e2f2e; z-index: 99; - border-bottom: 1px; - border-bottom-color: black; - border-bottom-style: inset; -} + } nav a, nav a:active, nav a:visited, @@ -1401,7 +1395,7 @@ body .pageheader{ padding-top: 10px; } .tread-wrapper a{ - color: #1872A2; + /* color: #1872A2; */ } .wall-item-decor { |