46 lines
617 B
CSS
46 lines
617 B
CSS
.small-code pre code {
|
|
font-size: 1em;
|
|
}
|
|
|
|
/*
|
|
table,
|
|
.table-condensed,
|
|
table.rmdtable {
|
|
width: auto;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
table,
|
|
.table-condensed,
|
|
table.rmdtable,
|
|
table.rmdtable .header th,
|
|
.table > thead > tr > th {
|
|
border-collapse: collapse;
|
|
border-style: solid;
|
|
border-spacing: 0;
|
|
border-width: medium 0 medium 0;
|
|
border-color: inherit
|
|
}
|
|
*/
|
|
|
|
table.rmdtable {
|
|
width: 60%;
|
|
}
|
|
|
|
article.smaller table tr {
|
|
line-height: 1em;
|
|
}
|
|
|
|
article.smaller table td,
|
|
article.smaller table th {
|
|
font-size: 50%;
|
|
padding-left: 1em;
|
|
}
|
|
|
|
|
|
/*
|
|
.table > tbody > tr > td {
|
|
border-width: 0;
|
|
}
|
|
*/
|