From 8b670cd2255040ba3f92a45a2f5abb200771079d Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Mon, 7 Jun 2010 17:39:43 +0200 Subject: presentation... --- stylesheets/styles.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'stylesheets') 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 { -- cgit v1.2.3