grid bug fix

This commit is contained in:
Raphael Goetter 2014-05-07 09:34:43 +02:00
parent 2d50f65965
commit 1feeba046b
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -59,7 +59,6 @@ local.properties
*.tlb
*.tli
*.tlh
*.tmp
*.vspscc
.builds
*.dotCover
@ -162,3 +161,4 @@ pip-log.txt
# Mac crap
.DS_Store
/README 1.md

View File

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