No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#all-reports {
#all-reports {
   border: 2px solid black;
   border: 2px dashed black;
}
}

Revision as of 10:50, 9 July 2023

/* CSS placed here will be applied to all skins */
#all-reports {
  border: 2px dashed black;
}