]> git.0d.be Git - panikweb.git/commitdiff
fix display of error line in subscribe form
authorFrédéric Péters <fpeters@0d.be>
Sat, 14 Sep 2013 13:42:23 +0000 (15:42 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 14 Sep 2013 13:42:23 +0000 (15:42 +0200)
panikweb_templates/static/css/specifics.css

index ed16720a010627b503b6f13167ea5cb8025f24d9..f7f6544a7e63ad7812a350ab47e9e4730f0ac4a7 100644 (file)
@@ -929,6 +929,11 @@ body { font-size: 16px;}
 
 #subscribe-form {
   position: relative;
+  margin-bottom: 2em;
+}
+
+#Home #subscribe-form {
+  margin-bottom: 0;
 }
 
 #subscribe-form ul.errorlist {