summaryrefslogtreecommitdiff
path: root/static/website/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/css')
-rw-r--r--static/website/css/main.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index 855a3bb..b847cd3 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -14,7 +14,11 @@ hr {
}
#filter-container {
background: #f5f5f5;
- padding: 15px;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ padding-left: 20px;
+ padding-right: 20px;
+
}
#filter-form {
margin-bottom: 0;
@@ -50,15 +54,15 @@ body {
#header-inner {
}
#logo {
- width: 25px;
- margin-top: -3px;
+ width: 90px;
+ margin-top: -7px;
margin-right: 4px;
}
#content-wrapper {
position: relative;
max-width: 970px;
margin:0 auto;
- padding: 30px 0 55px 0;
+ padding: 25px 0 15px 0;
background: #ffffff;
}
#content-inner {