No edit summary
No edit summary
Line 6: Line 6:


#all-reports > ul > li {
#all-reports > ul > li {
   width: 100%;
   text-align: center;
  justify-content: center;
   padding: 2px;
   padding: 2px;
   border: 2px solid gray;
   border: 2px solid gray;
   border-radius: 5px;
   border-radius: 5px;
}
}

Revision as of 10:58, 9 July 2023

/* CSS placed here will be applied to all skins */
#all-reports > ul {
  list-style-type: none;
  columns: 3;
}

#all-reports > ul > li {
  text-align: center;
  padding: 2px;
  border: 2px solid gray;
  border-radius: 5px;
}