diff options
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/styles.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/stylesheets/styles.css b/stylesheets/styles.css index cb22591..de0841a 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -10,6 +10,7 @@ input { } input[type='button'] { vertical-align: middle; + margin-bottom: 2px; font-size: 1.25em; } input[type='text'] { padding: 4px } @@ -18,14 +19,16 @@ input[type='text'] { padding: 4px } div#wrapper { margin-left: auto; margin-right: auto; - width: 1024px; - height: 100%; + width: 1000px; } div#holder { margin-left: auto; margin-right: auto; } -span#desc { display: none } +span#desc { + font-family: Georgia; + display: none; +} .message { |