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;
}
em {
font-style: italic;
}
.canvas {
position: relative;
height: {{ height|make_really_big:m }};