Skip to content
Snippets Groups Projects
Commit c4b143ef authored by Andreas Gohr's avatar Andreas Gohr
Browse files

minor change to make tabs more flexible

This makes it easier to create tabs with an active tab (no need for
additional markup)
parent 66c5adb5
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,8 @@
.dokuwiki .tabs > ul li .curid a,
.dokuwiki .tabs > ul li .active a,
.dokuwiki .tabs > ul li .active a,
.dokuwiki ul.tabs li.active a,
.dokuwiki ul.tabs li strong {
z-index: 2;
border-bottom-color: @ini_background_alt;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment