gfse: style sheet fixes

This commit is contained in:
hallgren
2012-02-16 16:17:34 +00:00
parent 2ad8625dbe
commit 961290d651
2 changed files with 41 additions and 11 deletions

View File

@@ -1,9 +1,16 @@
body { background: #eee; }
body { color: black; background: #eee; }
h1 { font-size: 175%; }
h1,h2,h3,h4,small { font-family: sans-serif; }
h1:first-child, h2:first-child { margin-top: 0; margin-bottom: 1ex; }
#editor { max-width: 50em; }
#editor {
/* This allows the div to grow wider than the window if necessary to
accommodate the contents. Otherwise, wide things inside can poke
through the border. */
display: table;
width: 100%;
}
div.home, div.grammar { border: 1px solid black; background: #9df; }
div.home { padding: 5px; }
div.files { margin: 0 8px 8px 8px; }