]> git.openstreetmap.org Git - rails.git/commitdiff
Padding / margin updates for the introduction sidebar panel
authorAndy Allan <andy@gravitystorm.co.uk>
Mon, 20 Dec 2010 14:47:31 +0000 (14:47 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 20 Dec 2010 18:22:16 +0000 (18:22 +0000)
public/stylesheets/common.css

index 88ad07925d5b51898a473ace1203fdbf775f8102..ceceda1c6b0d96ab87322c6290cf7867eec66c92 100644 (file)
@@ -67,14 +67,15 @@ hr {
 
 #intro {
   width: 170px;
 
 #intro {
   width: 170px;
-  margin: 10px;
+  padding: 5px;
+  margin: 5px;
   border: 1px solid #ccc;
   font-size: 11px;
   border-radius: 5px;
   -moz-border-radius: 5px;
 }
 
   border: 1px solid #ccc;
   font-size: 11px;
   border-radius: 5px;
   -moz-border-radius: 5px;
 }
 
-#intro p { margin: 10px; }
+#intro p { margin: 5px; }
 
 /*
  * Rules for alert boxes shown in the left sidebar when important
 
 /*
  * Rules for alert boxes shown in the left sidebar when important