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
This commit is contained in:
parent
a3c89c1933
commit
00cffa7b09
2 changed files with 1 additions and 3 deletions
|
@ -9,6 +9,7 @@ ChangeLog for SemantiScuttle
|
||||||
- Implement request #2874049: "Feeling lucky" button
|
- Implement request #2874049: "Feeling lucky" button
|
||||||
just add "?lucky=1" as parameter to search page
|
just add "?lucky=1" as parameter to search page
|
||||||
- Hide bookmarks with vote < $threshold from users (not admins)
|
- Hide bookmarks with vote < $threshold from users (not admins)
|
||||||
|
- Update German translation to 100%
|
||||||
|
|
||||||
|
|
||||||
0.94 - 2009-10-02
|
0.94 - 2009-10-02
|
||||||
|
|
|
@ -104,7 +104,6 @@ h1 {
|
||||||
letter-spacing: 0.25em;
|
letter-spacing: 0.25em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
text-transform: lowercase;
|
|
||||||
}
|
}
|
||||||
html > body h1 {
|
html > body h1 {
|
||||||
background: url('images/logo.png') no-repeat 10px;
|
background: url('images/logo.png') no-repeat 10px;
|
||||||
|
@ -145,7 +144,6 @@ h2 {
|
||||||
letter-spacing: 0.1em;
|
letter-spacing: 0.1em;
|
||||||
margin: 0 0 1em 0;
|
margin: 0 0 1em 0;
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
text-transform: lowercase;
|
|
||||||
}
|
}
|
||||||
h2 a, h2 a:hover {
|
h2 a, h2 a:hover {
|
||||||
color: #DDD;
|
color: #DDD;
|
||||||
|
@ -162,7 +160,6 @@ ul#navigation {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 1.75em 1em;
|
padding: 1.75em 1em;
|
||||||
text-transform: lowercase;
|
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
ul#navigation a {
|
ul#navigation a {
|
||||||
|
|
Loading…
Reference in a new issue