Merge pull request #1658 from mitchellcash/mobile_table

Better table formatting on small screen devices
This commit is contained in:
Will Binns 2017-07-02 09:57:23 -06:00 committed by GitHub
commit 89ef8e107c

View file

@ -2471,6 +2471,11 @@ h2 .rssicon{
h2{ h2{
text-align:center; text-align:center;
} }
table{
display: block;
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
.toccontent .multicode, .toccontent .multicode,
.toccontent .multicode pre, .toccontent .multicode pre,
.toccontent pre{ .toccontent pre{