mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
6 lines
115 B
CSS
6 lines
115 B
CSS
/* Nest document subheadings in navigation */
|
|
ul.subnav ul:not(.subnav) {
|
|
padding-left: 2em;
|
|
font-size: 80%;
|
|
}
|