Padding / margin updates for the introduction sidebar panel

This commit is contained in:
Andy Allan 2010-12-20 14:47:31 +00:00 committed by Tom Hughes
parent a491174efa
commit 244d1f81c2

View file

@ -67,14 +67,15 @@ hr {
#intro { #intro {
width: 170px; width: 170px;
margin: 10px; padding: 5px;
margin: 5px;
border: 1px solid #ccc; border: 1px solid #ccc;
font-size: 11px; font-size: 11px;
border-radius: 5px; border-radius: 5px;
-moz-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