/* 此处的 CSS 将影响在 $wgHandheldStyle 设置手提装置面板 */

/* Do not display:
   1: Show/hide toggles for collapsible items.
   2: Items marked as nohandheld.
*/
span.collapseButton, a.NavToggle,
.nohandheld {
    display: none;
}

/* Uncollapse collapsible tables/divs.
   The proper way to do this for tables is to use display:table-row,
   but this is not supported by all browsers, so use display:block as fallback.
*/
table.collapsible tr, div.NavPic, div.NavContent {
    display: block !important;
}
table.collapsible tr {
    display: table-row !important;
}