minor .grid corrections
issue : https://github.com/raphaelgoetter/KNACSS/issues/32
This commit is contained in:
parent
85d6f9154c
commit
528e4f0fb1
3 changed files with 11 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue