creoleparser included. it works, but genshi still won't accept strings with umlauts. no idea why.

This commit is contained in:
phear 2010-04-17 19:20:25 +00:00
parent bf93bfa72c
commit 7ade0cc419
4 changed files with 12 additions and 5 deletions

View file

@ -21,7 +21,10 @@ h1, h2, h3 {
color: #549900;
}
h1 { font-size: 44px; }
h1 {
font-size: 44px;
text-transform: none;
}
h2 { font-size: 18px; }