diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-09 14:28:46 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-09 14:28:46 +0000 |
commit | a98e5ff889a82858e34397cc0231b30d8ff2d59a (patch) | |
tree | f924db3cc743a0894eb86581a2a7dfaa32d130f6 /scuttle.css | |
parent | 3a5dafcdc4efff42ff7f6d4f630b7666ff73248f (diff) | |
download | semanticscuttle-a98e5ff889a82858e34397cc0231b30d8ff2d59a.tar.gz semanticscuttle-a98e5ff889a82858e34397cc0231b30d8ff2d59a.tar.bz2 |
Interface fix: improve subtitle display.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@264 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'scuttle.css')
-rw-r--r-- | scuttle.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scuttle.css b/scuttle.css index 17fe23a..00f231c 100644 --- a/scuttle.css +++ b/scuttle.css @@ -145,7 +145,7 @@ h2 { background: #666 url('images/bg_bar.png') center center repeat-x; border-bottom: 3px solid #DDD; clear: both; - color: #DDD; + color: #FFF; font-size: medium; letter-spacing: 0.1em; margin: 0 0 1em 0; |