template redesign
This commit is contained in:
parent
77d4a15da5
commit
f414dd9577
31 changed files with 1156 additions and 80 deletions
16
css/area_nav-pagetools.less
Normal file
16
css/area_nav-pagetools.less
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue