/* The mobile skin (Minerva) generally inject display: block property to tables to make them scrollable on your phone screen. This could give benefits to larger
/*
The mobile skin (Minerva) generally inject display: block property to tables to make them scrollable on your phone screen. This could give benefits to larger one, but may also caused some smaller tables shortened and shift to left, event if they are set width:100% property. This is happened within numerous infoboxes.
*/
body.skin-minerva .infobox table {
display: table;
}
body.skin-minerva .infobox caption {
display: table-caption;
}
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.