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

View File

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