summaryrefslogtreecommitdiffstats
path: root/static/css/main.css
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-07-09 17:08:41 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-07-09 17:08:41 +0200
commitf25236bd6f1082f779fc365f7d2c14a60891dcf5 (patch)
tree66ce571e4a3b711715721261680d4802efa6d7b1 /static/css/main.css
parentc13d334376c5bc5eca664fe1a5abf7a54e24ecbc (diff)
downloadwww-f25236bd6f1082f779fc365f7d2c14a60891dcf5.tar.gz
www-f25236bd6f1082f779fc365f7d2c14a60891dcf5.tar.bz2
www-f25236bd6f1082f779fc365f7d2c14a60891dcf5.zip
some content here and there
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 57881ae..7ec54cc 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -20,18 +20,29 @@ body {
font-size: 120%;
}
-#services li {
+#services {
+ margin-top: 40px;
+}
+
+#services ul, #news p {
+ margin-left: 50px;
+}
+#services ul li {
list-style-type: none;
vertical-align: bottom;
+ float: left;
+ height: 90px;
}
footer {
text-align: center;
+ margin: 20px;
}
a {
text-decoration: none;
- color: #DF0101;
+ font-weight: bold;
+ color: #000;
}
a:hover {