integrate the own stared pages into the sidebar

This commit is contained in:
Andreas Gohr 2017-04-20 13:18:08 +02:00
commit 1fc95e4da6
4 changed files with 42 additions and 1 deletions

View file

@ -3,7 +3,6 @@
*/
.page-attributes {
li.plugin_starred {
.starred svg {
margin-top: .1em;
@ -27,3 +26,14 @@
}
}
nav.nav-starred {
ul {
list-style: none;
li {
margin-left: 0;
svg {
vertical-align: middle;
}
}
}
}