No edit summary
No edit summary
Line 13: Line 13:
}
}


a.link-external::after {
a.external:after {
visibility: hidden;
display: none !important;
content: "";
}
}

Revision as of 11:01, 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;
  font-size: 20px;
}

a.external:after {
	display: none !important;
}