summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2016-08-17 01:54:27 +0200
committerDirk Engling <erdgeist@erdgeist.org>2016-08-17 01:54:27 +0200
commit172b9754044801fd04ea612ec74facef996be09e (patch)
treebdaab9421db1fe3aa5b7c39c39d4c0803f5147ad
parentf406005fe727d879feb97f5be4e9d184edc334e3 (diff)
More gimmicks
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index 9d48498..408be69 100644
--- a/style.css
+++ b/style.css
@@ -518,6 +518,12 @@ select.zeit {
518 opacity: 0.5; 518 opacity: 0.5;
519 padding: 0 0 0 10px; 519 padding: 0 0 0 10px;
520 margin-bottom: 10px; 520 margin-bottom: 10px;
521 transform: rotate(0deg);
522 transition: transform 1s;
523}
524
525.footer.show-imprint .partner > img {
526 transform: rotate(720deg);
521} 527}
522 528
523.partner#ccc > img { 529.partner#ccc > img {