Merge branch 'master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template

# Conflicts:
#	css/area_nav-pagetools.less
#	css/base_mixins.less
This commit is contained in:
Jana Deutschländer 2017-01-02 15:15:47 +01:00
commit 4e16e9e596
15 changed files with 390 additions and 199 deletions

View file

@ -4,6 +4,7 @@
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*/
nav#dokuwiki__pagetools{
ul {
@ -56,3 +57,13 @@ nav#dokuwiki__pagetools{
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* max-width: 1023px */
@media @screen_max-md {
nav#dokuwiki__pagetools {
right: 0;
}
}