summaryrefslogtreecommitdiff
path: root/stylesheets/styles.css
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2010-06-07 17:39:43 +0200
committerPatrick Simianer <p@simianer.de>2010-06-07 17:39:43 +0200
commit8b670cd2255040ba3f92a45a2f5abb200771079d (patch)
treec23551ea29a80ac98cacfb5d3a3e92c6bd19b7dd /stylesheets/styles.css
parentf55f284585a4063d0fe27b55a7ab387cd2a09310 (diff)
presentation...
Diffstat (limited to 'stylesheets/styles.css')
-rw-r--r--stylesheets/styles.css9
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 {