adding comms

This commit is contained in:
Raphael Goetter 2014-05-03 14:03:41 +02:00
parent a54c4a7642
commit df5315b05e
8 changed files with 58 additions and 50 deletions

View file

@ -56,7 +56,7 @@ body {
color: @basecolor;
font-family: @fontstack1;
font-size: unit((@basefont / 10), em);
line-height: @lh;
line-height: @line-height;
}
/* font-sizing for content */
@ -77,7 +77,7 @@ figure,
hgroup {
margin-top: 0.75em;
margin-bottom: 0;
line-height: @lh;
line-height: @line-height;
}
h1, .h1-like {
.rem(@h1-size / 10);