You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
270 B

11 years ago
/*
* Guide specific CSS rules
*/
.typeshorthand tbody td:nth-child(1) {
text-align: center;
}
.typecomparison tbody td {
text-align: center;
}
.propname {
font-family: monospace;
}
.definename {
font-family: monospace;
}
.highlight {
background: #eeeeee;
}