grid bug fix
This commit is contained in:
parent
2d50f65965
commit
1feeba046b
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue