template redesign

This commit is contained in:
Jana Deutschländer 2017-01-02 08:58:59 +01:00
commit f414dd9577
31 changed files with 1156 additions and 80 deletions

View file

@ -0,0 +1,16 @@
/**
* This file provides the design styles for the page specific tool bar.
*
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*/
nav#dokuwiki__pagetools{
&:hover{
ul{
background-color: #fff;
}
}
ul li a{
background-image: none;
}
}