
moved the whole section editing and highlighting stuff to its own file. also moved the edittable specific parts to their proper plugin file.
12 lines
257 B
Text
12 lines
257 B
Text
/**
|
|
* 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;
|
|
}
|
|
}
|
|
}
|