summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-09 05:51:52 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-09 05:51:52 +0200
commit475f6540757400ce35311de20469570d69d9d09f (patch)
tree81ad8e3555ce4a4e4f7092ddf0fe3700b07adefe
parent88471d2a63cb61a5fd2f564d9f2b6e0ac2d646ff (diff)
Style footer line
-rw-r--r--style.css22
1 files changed, 20 insertions, 2 deletions
diff --git a/style.css b/style.css
index 6cb7533..62751f7 100644
--- a/style.css
+++ b/style.css
@@ -47,7 +47,7 @@ html {
47 min-height: 100%; 47 min-height: 100%;
48 height: auto !important; 48 height: auto !important;
49 height: 100%; 49 height: 100%;
50 margin: 0 auto -4em; 50 margin: 0 auto -160px;
51} 51}
52 52
53h1 { 53h1 {
@@ -244,7 +244,7 @@ ul {
244} 244}
245 245
246.footer, .push { 246.footer, .push {
247 height: 4em; 247 height: 160px;
248} 248}
249 249
250.footer p { 250.footer p {
@@ -360,3 +360,21 @@ label input {
360 max-height: 900px; 360 max-height: 900px;
361 transition: max-height 0.5s ease; 361 transition: max-height 0.5s ease;
362} 362}
363
364.credits {
365 margin-left: auto;
366 margin-right: auto;
367}
368
369.partner img {
370 opacity: 0.5;
371}
372
373.partner {
374 display: inline-block;
375 margin: 1em 0em 1em 0;
376}
377
378.partner.ccc, .partner.freifunk {
379 margin-right: 10%;
380}