Fixed syntax error

This commit is contained in:
Paul van Tilburg 2012-02-14 23:46:27 +01:00
parent 20c3ab6130
commit 575c64b6b8

View file

@ -5,7 +5,7 @@ html { height: 100%; }
body { body {
font-family: sans-serif; font-family: sans-serif;
font-size: 12px; font-size: 12px;
height: 100% } height: 100%;
} }
pre { pre {
@ -68,6 +68,7 @@ pre {
} }
.draggable pre { .draggable pre {
position: relative;
font-size: 12px; font-size: 12px;
overflow: auto; overflow: auto;
} }