summaryrefslogtreecommitdiff
path: root/themes/bartik/css
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-12-14 19:53:14 +0000
committerDries Buytaert <dries@buytaert.net>2010-12-14 19:53:14 +0000
commite134d549c35fccf140c43bbf17ae085fec0f1a05 (patch)
treed54ef3f2b35f0ba614c44baab606e12f1d152384 /themes/bartik/css
parent36278f01d83f857ecb39ebfad067d5d2ee346973 (diff)
downloadbrdo-e134d549c35fccf140c43bbf17ae085fec0f1a05.tar.gz
brdo-e134d549c35fccf140c43bbf17ae085fec0f1a05.tar.bz2
- Patch #992738 by tim.plunkett, jensimmons: Bartik's Featured region doesn't support colorization.
Diffstat (limited to 'themes/bartik/css')
-rw-r--r--themes/bartik/css/style.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index deeeab102..481d04f6e 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -541,6 +541,7 @@ h1#site-name {
padding: 20px 0 45px;
margin: 0;
background: #f0f0f0;
+ background: rgba(30, 50, 10, 0.08);
border-bottom: 1px solid #e7e7e7;
text-shadow: 1px 1px #fff;
}
@@ -779,8 +780,9 @@ ul.links {
/* ----------------- Triptych ----------------- */
#triptych-wrapper {
- background-color: #fafafa;
- background: rgba(40, 40, 0, 0.08);
+ background-color: #f0f0f0;
+ background: rgba(30, 50, 10, 0.08);
+ border-top: 1px solid #e7e7e7;
}
#triptych h2 {
color: #000;
@@ -1041,6 +1043,7 @@ ul.action-links li a {
}
.featured #messages {
background: #f0f0f0;
+ background: rgba(30, 50, 10, 0.08);
}
div.messages {
margin: 8px 15px;