padding should be even when table fits without overflow

This commit is contained in:
Coby Chapple 2013-05-02 13:52:21 +01:00
parent fb642bb97f
commit 951cb11d48
1 changed files with 1 additions and 1 deletions

View File

@ -821,6 +821,6 @@ code.option, code.flag, code.filter, code.output {
.mobile-side-scroller { .mobile-side-scroller {
overflow-x: scroll; overflow-x: scroll;
margin: 0 -40px; margin: 0 -40px;
padding-left: 10px; padding: 0 10px;
} }
} }