You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
262 B

  1. /**
  2. * This file provides styles for structstatus plugin
  3. */
  4. /* + + + + + global + + + + + */
  5. #dokuwiki__content {
  6. .struct_status {
  7. border-color: @ini_border;
  8. border-radius: @fix_border-radius;
  9. font-size: @font-size-small;
  10. }
  11. }