mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-08-06 10:24:17 +00:00
23 lines
300 B
Plaintext
23 lines
300 B
Plaintext
.dokuwiki .structaggregation {
|
|
table {
|
|
th.action,
|
|
td.action,
|
|
tr.dataflt {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.dokuwiki .structaggregation.listaggregation > ul li div {
|
|
display: inline;
|
|
|
|
p {
|
|
display: inline;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.dokuwiki .struct_entry_form {
|
|
display: none;
|
|
}
|