front page docs updated to include old getting started section, update code styles to look like github gists, and lots more docs updates

This commit is contained in:
Mark Otto
2012-01-06 23:59:22 -08:00
parent 5cb76037ae
commit cfc2353059
14 changed files with 341 additions and 92 deletions

View File

@@ -50,20 +50,20 @@ h3 {
font-size: 14px;
}
}
h4, h5, h6 {
line-height: @baseLineHeight;
}
h4 {
font-size: 16px;
line-height: @baseLineHeight * 2;
font-size: 14px;
small {
font-size: 12px;
}
}
h5 {
font-size: 14px;
line-height: @baseLineHeight;
font-size: 12px;
}
h6 {
font-size: 13px;
line-height: @baseLineHeight;
font-size: 11px;
color: @grayLight;
text-transform: uppercase;
}