Files
dokuwiki-plugin-struct/jsoneditor/setup.css
2016-02-29 15:44:13 +01:00

18 lines
413 B
CSS

#plugin__struct_editor .jsoneditor-menu {
display: none;
}
#plugin__struct_editor div.jsoneditor {
width: 350px;
}
#plugin__struct_editor div.jsoneditor table,
#plugin__struct_editor div.jsoneditor tr,
#plugin__struct_editor div.jsoneditor th,
#plugin__struct_editor div.jsoneditor td,
#plugin__struct_editor div.jsoneditor tbody,
#plugin__struct_editor div.jsoneditor {
border: 0;
margin: 0;
}