mirror of https://github.com/svaarala/duktape.git
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.
23 lines
270 B
23 lines
270 B
/*
|
|
* 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;
|
|
}
|
|
|