This commit is contained in:
Raphael Goetter 2014-05-03 14:49:30 +02:00
parent 38be7212d0
commit 5c1fe3e5a5

View File

@ -18,7 +18,7 @@
} }
.grid > * > * { /* global styles for each "cell" */ .grid > * > * { /* global styles for each "cell" */
display: inline-block; display: inline-block;
padding-left: -@gutter; /* gutter value */ padding-left: @gutter; /* gutter value */
margin-left: 0; margin-left: 0;
vertical-align: top; vertical-align: top;
} }