Fixing headers in markdown

master
Nick Sergeant 2012-06-19 23:38:19 -04:00
parent d495509d1c
commit 5d71ab1218
2 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -719,23 +719,23 @@ article.snipt {
margin-bottom: 9px;
}
h1 {
font-size: 22px;
}
h2 {
font-size: 21px;
}
h3 {
font-size: 20px;
}
h4 {
h2 {
font-size: 19px;
}
h5 {
h3 {
font-size: 18px;
}
h6 {
h4 {
font-size: 17px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 15px;
}
li {
font-size: 13px;
margin: 9px 0;