summaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css27
1 files changed, 18 insertions, 9 deletions
diff --git a/static/style.css b/static/style.css
index 8ff2812..7b3b094 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,3 +1,10 @@
+html, body {
+ padding: 0;
+ margin: 0;
+ height: 100%;
+ font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
+}
+
body {
background-color: #333;
}
@@ -15,7 +22,7 @@ body {
background-color: #fff;
clear: both;
height: 80px;
- margin: 0px auto 5px auto;
+ margin: 0px auto 10px auto;
}
footer {
@@ -31,8 +38,6 @@ footer a, footer a:visited {
color: #fff;
}
-
-
#sub-header {
width:100%;
}
@@ -47,17 +52,21 @@ footer a, footer a:visited {
#header h1 {
float: left;
- width: 60px;
+ width: 50%;
margin: 0px;
}
#header p {
font-family: monospace;
- float: left;
- width: 550px;
- text-align: left;
- line-height: 80px;
+ text-align: right;
+ line-height: 180%;
height: 80px;
- padding: 0px;
+ padding: 5px;
+ margin: 0;
+}
+
+#header h1 small {
+ color: #777;
+ font-size: 50%;
}
#header form {