diff options
author | ot <ot@localhost> | 2007-06-11 11:27:10 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-06-11 11:27:10 +0000 |
commit | 338c6d11bfaa11a55f3302c501c42b232b08abf6 (patch) | |
tree | 947a46d6f4790cbf357631f5432b1fd0b5262a4c | |
parent | c1358e3756bd34abdf01891cb5c5399d775dae52 (diff) | |
download | markup-validator-338c6d11bfaa11a55f3302c501c42b232b08abf6.zip markup-validator-338c6d11bfaa11a55f3302c501c42b232b08abf6.tar.gz markup-validator-338c6d11bfaa11a55f3302c501c42b232b08abf6.tar.bz2 |
not letting blocky block hide rounded bg of top banner
-rw-r--r-- | htdocs/style/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/style/base.css b/htdocs/style/base.css index dbe4fbc..deaeaa4 100644 --- a/htdocs/style/base.css +++ b/htdocs/style/base.css @@ -246,7 +246,7 @@ p#tagline { letter-spacing: 0.1em; line-height: 100% !important; color: #D0DCEE; - background-color: #365D95; + background-color: transparent; } ul#lang_choice { |