SPR-908: check fix border-radius
This commit is contained in:
parent
6b86908949
commit
1dc51a98fd
6 changed files with 23 additions and 4 deletions
14
css/plugins/structstatus.less
Normal file
14
css/plugins/structstatus.less
Normal file
|
@ -0,0 +1,14 @@
|
|||
/**
|
||||
* This file provides styles for structstatus plugin
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + global + + + + + */
|
||||
|
||||
#dokuwiki__content {
|
||||
.struct_status {
|
||||
border-color: @ini_border;
|
||||
border-radius: @fix_border-radius;
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue