try to deal with font sizes; font-style: italic for em

This commit is contained in:
Sanj 2011-07-06 19:07:34 +05:30
parent a83c006d05
commit d8790d949f

View File

@ -16,6 +16,10 @@ p {
padding: 0px; padding: 0px;
} }
em {
font-style: italic;
}
.canvas { .canvas {
position: relative; position: relative;
height: {{ height|make_really_big:m }}; height: {{ height|make_really_big:m }};