Size tweakages

dev/git-series/gccdum
Matt Godbolt 11 years ago
parent 091bf37762
commit 6867872aea

@ -3,7 +3,7 @@
.CodeMirror {
/* Set height, width, borders, and global font properties here */
font-family: monospace;
height: 300px;
height: 400px;
}
.CodeMirror-scroll {
/* Set scrolling behaviour here */

@ -31,13 +31,6 @@ li.social {
padding: 4px;
}
.CodeMirror-scroll {
min-height: 600px;
overflow-y: auto;
overflow-x: auto;
width: 100%;
}
.topbar {
margin-top: 10px;
padding: 6px;

Loading…
Cancel
Save