Initial inline and API level docs, fixed stupid oversight in grid handling

This commit is contained in:
Nick Pack
2013-10-10 18:35:26 +01:00
parent 76f84c66d5
commit 4dfd022f79
24 changed files with 2074 additions and 70 deletions

View File

@ -1,5 +1,4 @@
// #Lists
// ==================================================
ul, ol {
margin: $list_margin;
}
@ -45,4 +44,4 @@ li {
li p {
line-height: $list_item_paragraph_line_height;
}
}