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

# Conflicts:
#	css/area_nav-metabox.less
#	css/plugins/edit.less
This commit is contained in:
Silke Pisulla 2017-02-24 09:25:52 +01:00
commit ce0c70f35a
116 changed files with 1292 additions and 5454 deletions

View file

@ -2,7 +2,10 @@
* This file provides styles for the edit view (?do=edit), preview
* and section edit buttons.
*/
/* + + + + + edit view + + + + + */
.dokuwiki {
div.section_highlight {
clear: right;

View file

@ -0,0 +1,12 @@
/**
* Style Adjustments for the edittable plugin
*/
#dokuwiki__content.main-content {
div.editbutton_table form div.no {
button,
input.button {
margin-top: 0;
font-size: @font-size-very-small;
}
}
}