1
0
Files
plaintextaccounting/quickref/quickref.css
2016-03-14 10:13:06 -07:00

42 lines
813 B
CSS

tr {
vertical-align:top;
}
/* TOC */
/* update these class ids on each save */
p { margin:0; }
p.c36 { visibility:hidden; }
p.c32 { margin-left:1em; }
p.c5 { margin-left:3em; }
p.c31 { margin-left:2em; }
/* heading cells */
tr:first-child {
font-weight:bold;
}
td:first-child {
/* font-weight:bold; */
}
tr:first-child a {
font-size:small;
/* white-space:nowrap; */
}
td:first-child {
width:10%;
}
/* body cells */
tr:not(:first-child) td:not(:first-child) span:first-child {
white-space:nowrap;
font-weight:bold;
color:navy;
font-family:monospace;
/* font-family:monaco; */
/* font-size:small; */
}
tr:not(:first-child) td:not(:first-child) span:not(:first-child) {
/* white-space:nowrap; */
/* font-family:monospace; */
font-size:small;
}
td:not(:first-child) {
width:30%;
}