1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-18 11:52:11 +01:00

Update - examples: Better support for iPad in potrait

This commit is contained in:
Allan Jardine 2014-03-04 08:51:34 +00:00
parent 55e965de0a
commit 3330ed6783
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
25c0097a157043b27983e4f8f4687f2c8b9d4aff
4f33e43aef1a1a765964930b4168f805133cf0aa

View File

@ -296,7 +296,9 @@ div.column_half {
}
}
@media only screen and (max-width : 779px) {
@media
screen and (max-width : 767px),
screen and (max-width : 768px) and (orientation: portrait) {
div.info {
-webkit-column-count: 1;
-moz-column-count: 1;