summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-29 02:21:24 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-29 02:21:24 +0200
commitc9e4ab447c06cbcc929f9c77bdd63a7bd10ba71b (patch)
tree74e2edea68a5580f482b90807edcae882f800340
parent469b11e01ffdcdbcc7f0e286ffa385ef4f23930f (diff)
downloadweb-c9e4ab447c06cbcc929f9c77bdd63a7bd10ba71b.tar.gz
web-c9e4ab447c06cbcc929f9c77bdd63a7bd10ba71b.tar.bz2
web-c9e4ab447c06cbcc929f9c77bdd63a7bd10ba71b.zip
some css fixes
-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%;
}