]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
remove lowercase css rules since they remove sense from german words
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Thu, 5 Nov 2009 08:57:44 +0000 (08:57 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Thu, 5 Nov 2009 08:57:44 +0000 (08:57 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@524 b3834d28-1941-0410-a4f8-b48e95affb8f

doc/ChangeLog
www/scuttle.css

index 6d27572c24fc7d4a17e98242ee2569aacb59e7da..da21c153b95c75737ff5a3b83d5a3a3f62a2206c 100644 (file)
@@ -9,6 +9,7 @@ ChangeLog for SemantiScuttle
 - Implement request #2874049: "Feeling lucky" button
   just add "?lucky=1" as parameter to search page
 - Hide bookmarks with vote < $threshold from users (not admins)
+- Update German translation to 100%
 
 
 0.94 - 2009-10-02
index a01963e197e2cb3c00e592977c78910f10cdd29c..32fc980d642ea9a32b6be8d9e36769b9f351bd51 100644 (file)
@@ -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 {