mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 22:12:51 -06:00
gfse: style sheet fixes
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user