Padding / margin updates for the introduction sidebar panel
This commit is contained in:
parent
a491174efa
commit
244d1f81c2
1 changed files with 3 additions and 2 deletions
|
@ -67,14 +67,15 @@ hr {
|
|||
|
||||
#intro {
|
||||
width: 170px;
|
||||
margin: 10px;
|
||||
padding: 5px;
|
||||
margin: 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue