improve less formating - part 2 (template area and base modules)
- remove @author from comments - adjust the spacing
This commit is contained in:
parent
cbc7dfe5f0
commit
5e01750458
30 changed files with 90 additions and 297 deletions
|
@ -1,3 +1,8 @@
|
|||
/**
|
||||
* This file provides the design styles for tab list in sidebar
|
||||
*/
|
||||
|
||||
/* default view */
|
||||
#dokuwiki__aside ul.sidebar-tabs {
|
||||
margin-top: 0;
|
||||
margin-bottom: @nav-margin;
|
||||
|
@ -22,6 +27,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* wide content view */
|
||||
.wide-content #dokuwiki__aside ul.sidebar-tabs {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue