Difference between revisions of "Template:Navbox"
From ALttP Speedrunning Wiki
Line 1: | Line 1: | ||
− | <includeonly>{{#invoke:Navbox|navbox}}</includeonly> | + | <includeonly>{{#css: |
+ | .navbox-list li { | ||
+ | font-size: 105%; | ||
+ | list-style-type: square; | ||
+ | display: inline; | ||
+ | } | ||
+ | |||
+ | .navbox-list li:not(:last-child)::after { | ||
+ | content: ' · '; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | }}{{#invoke:Navbox|navbox}}</includeonly> |