Template:Team:Waterloo/CSS/baseWiki

From 2014.igem.org

(Difference between revisions)
(table borders)
(more table styles)
Line 300: Line 300:
}
}
/* Tables */
/* Tables */
 +
table.blueBorders {
 +
  border-collapse: collapse;
 +
}
 +
table.blueBorders thead td {
 +
  color: #71CCE6;
 +
  font-weight: bold;
 +
  background-color: #000000;
 +
}
table.blueBorders td {
table.blueBorders td {
   border: 1px solid #71CCE6;
   border: 1px solid #71CCE6;

Revision as of 06:25, 17 October 2014