summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2016-08-22 23:36:13 +0200
committerDirk Engling <erdgeist@erdgeist.org>2016-08-22 23:36:13 +0200
commit732fdaee33428697b8d77340e9702287405f56fc (patch)
treee9a955018078e31e52967e1f29b830a78fef29ee
parentb53e503b3ce2cdd5c8d190d1332dc13ca4cac032 (diff)
GFF is not a partner for now
-rw-r--r--index.html6
-rw-r--r--style.css2
2 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 949912f..4f8238e 100644
--- a/index.html
+++ b/index.html
@@ -309,16 +309,16 @@
309 <div class="partners"> 309 <div class="partners">
310 <a href="https://www.ccc.de/" target='blank'><div id="ccc" class="partner"> 310 <a href="https://www.ccc.de/" target='blank'><div id="ccc" class="partner">
311 <img src="img/ccc.svg" height="50px" alt="Logo des Chaos Computer Clubs"/> 311 <img src="img/ccc.svg" height="50px" alt="Logo des Chaos Computer Clubs"/>
312 <div>Chaos Computer Club Ultras</div> 312 <div>Chaos Computer Club</div>
313 </div></a><!-- this comment is important as white spaces leave gaps between divs 313 </div></a><!-- this comment is important as white spaces leave gaps between divs
314 --><a href="https://freifunk.net/" target='blank'><div id="freifunk" class="partner"> 314 --><a href="https://freifunk.net/" target='blank'><div id="freifunk" class="partner">
315 <img src="img/freifunk.svg" height="50px" alt="Logo des Freifunk e. V.s"/> 315 <img src="img/freifunk.svg" height="50px" alt="Logo des Freifunk e. V.s"/>
316 <div>Förderverein Freie Netzwerke</div> 316 <div>Förderverein Freie Netzwerke</div>
317 </div></a><!-- this comment is important as white spaces leave gaps between divs 317 </div></a><!-- this comment is important as white spaces leave gaps between divs
318 --><a href="https://freiheitsrechte.org/"><div id="gff" class="partner"> 318 <a href="https://freiheitsrechte.org/"><div id="gff" class="partner">
319 <img src="img/gff.svg" height=50px" alt="Logo des Gesellschaft für Freiheitsrechte e. V."/> 319 <img src="img/gff.svg" height=50px" alt="Logo des Gesellschaft für Freiheitsrechte e. V."/>
320 <div>Gesellschaft für Freiheitsrechte</div> 320 <div>Gesellschaft für Freiheitsrechte</div>
321 </div></a> 321 </div></a-->
322 </div> 322 </div>
323 <div class="credit show-impressum" onclick="show_impressum()"><span>Impressum + Datenschutz<span></div> 323 <div class="credit show-impressum" onclick="show_impressum()"><span>Impressum + Datenschutz<span></div>
324 <div class="credit implementor"><a href="https://erdgeist.org/" target='blank'>erdgeist</a> (Konzept + Umsetzung)</div> 324 <div class="credit implementor"><a href="https://erdgeist.org/" target='blank'>erdgeist</a> (Konzept + Umsetzung)</div>
diff --git a/style.css b/style.css
index e748938..0162c83 100644
--- a/style.css
+++ b/style.css
@@ -590,7 +590,7 @@ select.zeit {
590.partner { 590.partner {
591 display: inline-block; 591 display: inline-block;
592 vertical-align: bottom; 592 vertical-align: bottom;
593 width: 160px; 593 width: 200px;
594 height: 120px; 594 height: 120px;
595 margin: 0px 0px 0px 0px; 595 margin: 0px 0px 0px 0px;
596} 596}