]> git.0d.be Git - panikweb.git/commitdiff
style: give some space to the search form
authorFrédéric Péters <fpeters@0d.be>
Thu, 12 Sep 2013 12:23:50 +0000 (14:23 +0200)
committerFrédéric Péters <fpeters@0d.be>
Thu, 12 Sep 2013 12:23:50 +0000 (14:23 +0200)
panikweb_templates/static/css/specifics.css

index 740ef7043f0615c1290d4f1dbfbb7d4be9238dc8..5e3cf6d97ab361b71d60ab89d2837e2c50b395da 100644 (file)
@@ -939,4 +939,6 @@ body { font-size: 16px;}
   color: #800;
 }
 
-
+#Nav div.search form {
+  padding: 1em 0;
+}