From b12a29c3bdd5e859778204847dc4cf52e0e674b1 Mon Sep 17 00:00:00 2001
From: Dirk Engling <erdgeist@erdgeist.org>
Date: Mon, 15 Aug 2016 00:29:23 +0200
Subject: Umbrella

---
 index.html |  2 +-
 style.css  | 16 +++++++++++++---
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html
index f16f79d..c15f96c 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,7 @@
     <div id="wrapper" class="step1">
       <div class="collapsable block-step1">
         <div onclick="step0_done()" class="block-header">
-          <h1 id="head1">Abmahnbeantworter</h1>
+          <h1 id="head1"><div class="circle_num">&#9730;</div> Abmahnbeantworter</h1>
         </div>
         <div class="juice">
           <p>Sie haben eine Abmahnung für einen Urheberrechtsverstoß erhalten?</p>
diff --git a/style.css b/style.css
index 32e0b37..9a97bd0 100644
--- a/style.css
+++ b/style.css
@@ -123,6 +123,17 @@ h2 {
   color: black !important;
 }
 
+.block-step1 .circle_num {
+  background-color: #403040;
+  width: 40px;
+  height: 40px;
+  color: #F1F2E3;
+  font-size: 21pt;
+  margin-top: 0.2em;
+  line-height: 1.5em;
+}
+
+
 .block-step2 {
   background-color: #403040;
 }
@@ -479,8 +490,7 @@ input[type=checkbox]:not(old):checked + label > span:before {
 }
 
 .credits {
-  margin-left: auto;
-  margin-right: auto;
+  margin: 22px auto 0 auto;
 }
 
 .partner img {
@@ -489,7 +499,7 @@ input[type=checkbox]:not(old):checked + label > span:before {
 
 .partner {
   display: inline-block;
-  margin: 1em 0em 1em 0;
+  margin: 1em 0em 2em 0;
 }
 
 .partner.ccc, .partner.freifunk {
-- 
cgit v1.2.3