Site Notice
hello, world
Difference between revisions of "MediaWiki:Css-doc.css"
From Project-EPB Commons
(Created page with "→* *『Wjghj Project Static』 * This _CascadingStyleSheets_ code is from https://common.wjghj.cn * CC BY-NC-SA *: nav a.sidenav-trigger { display: unset !important; }...") |
|||
Line 13: | Line 13: | ||
padding: 0 4px; | padding: 0 4px; | ||
} | } | ||
− | .sidenav li | + | .sidenav li:not(.tab) > a { |
− | + | padding: 0 8px 0 32px; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 18:50, 12 September 2019
/**
*『Wjghj Project Static』
* This _CascadingStyleSheets_ code is from https://common.wjghj.cn
* CC BY-NC-SA
**/
nav a.sidenav-trigger {
display: unset !important;
}
#sidenav {
height: 100%;
}
#sidenav .tabs a {
padding: 0 4px;
}
.sidenav li:not(.tab) > a {
padding: 0 8px 0 32px;
}