Better table formatting on small screen devices

This commit is contained in:
Mitchell Cash 2017-07-02 20:27:06 +10:00
parent 2a26ef1a5f
commit c4f33935be
No known key found for this signature in database
GPG key ID: E9054FE3C6008DB5

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{