minor .grid corrections

issue : https://github.com/raphaelgoetter/KNACSS/issues/32
This commit is contained in:
Raphael Goetter 2013-09-24 11:43:59 +02:00
parent 85d6f9154c
commit 528e4f0fb1
3 changed files with 11 additions and 15 deletions

View file

@ -8,16 +8,14 @@
margin: 0 (@gutter/2); /* half gutter value */
text-align: left;
letter-spacing: -0.31em;
word-spacing: -0.43em;
text-rendering: optimizespeed;
}
/* Opera hack */
.opera:-o-prefocus,
.grid > * {word-spacing: -0.43em;}
.grid > * > * {
width: 100%;
display: inline-block;
padding: 0 (@gutter/2); /* half gutter value */
margin-left: 0;
vertical-align: top;
text-align: left;
letter-spacing: normal;