silly, missing ;

This commit is contained in:
Sanj 2011-07-06 05:47:17 +05:30
parent a004880222
commit 34ef89230c

View File

@ -20,7 +20,7 @@ p {
position: relative;
height: {{ height|make_really_big:m }};
width: {{ width|make_really_big:m }};
font-size: {{ "12px"|make_really_big:m }}
font-size: {{ "12px"|make_really_big:m }};
page-break-after: always;
}