Update CSS (titles management)

This commit is contained in:
Grégory Soutadé 2013-01-31 19:36:46 +01:00
parent 6e997862e7
commit 4b859eec12

View File

@ -304,9 +304,18 @@ h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hove
font-style: normal;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
padding-top:20px;
font-size: 28px;
color: #818f00;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
padding-top:18px;
font-size: 26px;
color: #8c9d4d;
}
@ -314,12 +323,14 @@ h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
padding-top:15px;
font-size: 21px;
color: #65684b;
}
h4
{
padding-top:10px;
font-size: 1em;
}