Initial commit of the grid

This commit is contained in:
per ploug
2014-05-09 12:23:59 +02:00
parent 3c09cd7674
commit 4baf3ed99a
37 changed files with 7965 additions and 240 deletions

View File

@@ -5,7 +5,7 @@
// Inline and block code styles
code,
pre {
pre.code {
padding: 0 3px 2px;
#font > #family > .monospace;
font-size: @baseFontSize - 2;
@@ -23,7 +23,7 @@ code {
}
// Blocks of code
pre {
pre.code {
display: block;
padding: (@baseLineHeight - 1) / 2;
margin: 0 0 @baseLineHeight / 2;