Another small text style fix

This commit is contained in:
Jef van Schendel 2012-01-15 17:10:35 +01:00
parent b699791956
commit 62f2557cae

View File

@ -43,12 +43,18 @@ form {
/* text styles */
h1,h2,h3,p {
margin-bottom: 20px;
}
h1,h2,h3 {
font-weight: bold;
}
h1 {
margin-bottom: 15px;
margin-top: 15px;
color: #fff;
font-size: 1.875em;
font-weight: bold;
}
h2 {
@ -64,7 +70,6 @@ h3 {
p {
margin-top: 0px;
margin-bottom: 20px;
}
a {