Content deleted Content added
|
|
.sidebar-collapse .sidebar-navbar {
padding-top: 0.6em;
. mwsidebar- parser-outputcollapse .mw-collapsible-toggle { ▼
paddingmargin- lefttop: 0.2em; ▼
}
border: none; /* temporary */
padding: 0; /* temporary */
.sidebar-collapse .NavFrame p,
.sidebar-collapse .NavContent p {
font-size: 100%;
}
padding: 0.2em 0.4em;
}
.sidebar-collapse .NavFrame + .NavFrame {
border-top-style: hidden; /* not sure if this should be hidden or none based on MDN; common.css has both (why) */
}
/*Pretty sure I don't really want this; need to see how mw-collapsible reacts */
.sidebar-collapse a.NavToggle {
position: absolute;
top: 0;
/* @noflip */
right: 3px;
font-weight: normal;
font-size: 90%;
}
/* Styling for JQuery makeCollapsible, matching that of collapseButton
▲.mw-parser-output .mw-collapsible-toggle {
font-weight: normal;
/* @noflip
text-align: right;
padding-right: 0.2em;
}
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* @noflip
float: left;
/* @noflip
text-align: left;
}
*/
|