quickref: more fixes, remove old html
This commit is contained in:
@@ -1,41 +1,22 @@
|
||||
tr {
|
||||
vertical-align:top;
|
||||
}
|
||||
/* TOC */
|
||||
/* update these class ids on each save */
|
||||
p { margin:0; }
|
||||
p.c36 { visibility:hidden; }
|
||||
p.c35 { margin-left:1em; }
|
||||
p.c14 { margin-left:3em; }
|
||||
p.c28 { 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 {
|
||||
/* revert some skeleton styles, reduce whitespace */
|
||||
body { line-height:revert; }
|
||||
div.container { width:100%; max-width:revert; margin:1em; }
|
||||
ul ul {margin-top:revert; margin-bottom:revert;}
|
||||
ul li {margin-top:revert; margin-bottom:revert;}
|
||||
p { margin:revert;}
|
||||
h1,h2,h3 { white-space:revert; }
|
||||
|
||||
/* styles used by index.md's table */
|
||||
table#quickref3 p { margin:0; }
|
||||
table#quickref3 tr { vertical-align:top; }
|
||||
table#quickref3 tr:first-child { font-weight:bold; }
|
||||
table#quickref3 tr:first-child a { font-size:small; }
|
||||
table#quickref3 td:first-child { width:10%; }
|
||||
table#quickref3 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%;
|
||||
}
|
||||
table#quickref3 tr:not(:first-child) td:not(:first-child) span:not(:first-child) { font-size:small; }
|
||||
table#quickref3 td:not(:first-child) { width:30%; }
|
||||
|
||||
Reference in New Issue
Block a user