creoleparser included. it works, but genshi still won't accept strings with umlauts. no idea why.
This commit is contained in:
parent
bf93bfa72c
commit
7ade0cc419
4 changed files with 12 additions and 5 deletions
|
@ -21,7 +21,10 @@ h1, h2, h3 {
|
|||
color: #549900;
|
||||
}
|
||||
|
||||
h1 { font-size: 44px; }
|
||||
h1 {
|
||||
font-size: 44px;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
h2 { font-size: 18px; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue