arsava / dokuwiki-template-vector

"vector" brings you the MediaWiki/Wikipedia 2010 look and feel for DokuWiki.
http://www.dokuwiki.org/template:vector
GNU General Public License v2.0
38 stars 9 forks source link

different use of .toc in dokuwiki vs mediawiki #16

Open Klap-in opened 11 years ago

Klap-in commented 11 years ago

The file /lib/tpl/vector/static/3rd/vector/main-ltr.css contains

/* Table of Contents */
#toc,
.toc,
.mw-warning {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    font-size: 95%;
}

For mediawiki this is the border of the table of content.

However dokuwiki uses .toc for the ul items of the listings in the ToC.

In the indexmenu plugin we built an alternative toc list, which interferes with this mediawiki class. Can you eliminate/compensate this class in the template css please?