MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 13: Line 13:
#example tbody tr:nth-child(even) {
#example tbody tr:nth-child(even) {
   background-color: #f5f5f5;
   background-color: #f5f5f5;
}
#example td {
  font-family: "Georgia", serif;
  font-size: 0.9em;
}
}