CSS adaptations + added 'normal' style in dropdown

This commit is contained in:
Jean-Tiare Le Bigot 2012-03-02 16:57:37 +01:00
parent 332c6de873
commit 349b73977b
6 changed files with 80 additions and 32 deletions

View file

@ -155,6 +155,26 @@ body.doesWrap {
padding-right: 1px;
}
h1{
font-size: 30px;
line-height: 35px;
}
h2{
font-size: 25px;
line-height: 30px;
}
h3{
font-size: 20px;
line-height: 25px;
}
h4{
font-size: 15px;
line-height: 20px;
}
p {
margin: 0;
}

View file

@ -58,9 +58,18 @@ a img
margin-left: 2px;
overflow: hidden;
padding: 4px 5px;
}
#editbar ul li.button
{
width: 18px;
}
#editbar ul li.dropdown
{
padding: 2px 0 8px;
}
#editbar ul li a
{
text-decoration: none;