Fixed syntax error

This commit is contained in:
Paul van Tilburg 2012-02-14 23:46:27 +01:00
parent 20c3ab6130
commit 575c64b6b8
1 changed files with 2 additions and 1 deletions

View File

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