diff options
| author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-05 08:57:44 +0000 | 
|---|---|---|
| committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-05 08:57:44 +0000 | 
| commit | 00cffa7b096fd9856e74da3724b8f684a7a1ca3b (patch) | |
| tree | 55eb0f74cd4a5d12928d01c97ecf9e7ae8929356 /www | |
| parent | a3c89c19339eddf3bceca107cf002bb0d17cc4aa (diff) | |
| download | semanticscuttle-00cffa7b096fd9856e74da3724b8f684a7a1ca3b.tar.gz semanticscuttle-00cffa7b096fd9856e74da3724b8f684a7a1ca3b.tar.bz2 | |
remove lowercase css rules since they remove sense from german words
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@524 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'www')
| -rw-r--r-- | www/scuttle.css | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/www/scuttle.css b/www/scuttle.css index a01963e..32fc980 100644 --- a/www/scuttle.css +++ b/www/scuttle.css @@ -104,7 +104,6 @@ h1 {      letter-spacing: 0.25em;      margin: 0;      padding: 1em; -    text-transform: lowercase;  }  html > body h1 {      background: url('images/logo.png') no-repeat 10px; @@ -145,7 +144,6 @@ h2 {      letter-spacing: 0.1em;      margin: 0 0 1em 0;      padding: 0.5em 1em; -    text-transform: lowercase;  }  h2 a, h2 a:hover {      color: #DDD; @@ -162,7 +160,6 @@ ul#navigation {      list-style-type: none;      margin: 0;      padding: 1.75em 1em; -    text-transform: lowercase;      width: auto;  }  ul#navigation a { | 
