Team:Newcastle/CSS

From 2009.igem.org

(Difference between revisions)
(Undo revision 104042 by Babyneurone (Talk))
Line 503: Line 503:
}
}
 +
 +
/* wikitable/prettytable class for skinning normal tables */
 +
table.wikitable,
 +
table.prettytable {
 +
    margin: 1em 1em 1em 0;
 +
    background: #f9f9f9;
 +
    border: 1px #aaa solid;
 +
    border-collapse: collapse;
 +
}
 +
.wikitable th, .wikitable td,
 +
.prettytable th, .prettytable td {
 +
    border: 1px #aaa solid;
 +
    padding: 0.2em;
 +
}
 +
.wikitable th,
 +
.prettytable th {
 +
    background: #f2f2f2;
 +
    text-align: center;
 +
}
 +
.wikitable caption,
 +
.prettytable caption {
 +
    font-weight: bold;
 +
}
  </style>
  </style>
</html>
</html>

Revision as of 16:38, 20 October 2009