summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-12 02:37:56 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-12 02:37:56 +0000
commite8f56c43749d9872f80642b0f1f0b058ff25c80d (patch)
tree636e4e7f453e308601a2d8121f54726bddd8351d /themes
parent73e755d6c2c419f085eb0bc2c0a8d2d6b9276322 (diff)
downloadbrdo-e8f56c43749d9872f80642b0f1f0b058ff25c80d.tar.gz
brdo-e8f56c43749d9872f80642b0f1f0b058ff25c80d.tar.bz2
#323112 follow-up by kkaefer: Make tab titles enclosed in <strong> tags to indicate importance from surrounding text.
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 7ea1f7e6c..6e7bdb887 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -894,7 +894,7 @@ div.vertical-tabs ul.vertical-tabs-list li.selected.first {
background-image: url(images/gradient-inner.png);
}
-div.vertical-tabs ul.vertical-tabs-list li.selected a .title {
+div.vertical-tabs ul.vertical-tabs-list li.selected a strong {
color: #494949;
}