summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/layout.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/static/layout.css b/static/layout.css
index 73ab779..dc287bc 100644
--- a/static/layout.css
+++ b/static/layout.css
@@ -148,7 +148,7 @@ form ul.errors {
}
.service {
- padding-top: 10px;
+ padding-top: 15px;
margin-left: 30px;
clear: both;
}
@@ -159,10 +159,14 @@ form ul.errors {
width: 33%;
}
+.service ul {
+ margin: 0px;
+}
+
.service ul li{
float: left;
list-style: none;
- margin: 0;
+ margin: 0px;
width: 33%;
}