Add filter for Who's on First

Also change #sectionDisplay to #sectionWof for consistency with the manual.
This commit is contained in:
Daniel Sinn
2015-12-22 23:09:26 -05:00
parent 061451653a
commit 8dd6eb81ad
3 changed files with 132 additions and 156 deletions
+12 -9
View File
@@ -225,20 +225,20 @@ h2 {
transform: rotate(-135deg);
}
#sectionDisplay {
#sectionWof {
white-space: nowrap;
}
#sectionDisplay dl, #sectionDisplay table {
#sectionWof dl, #sectionWof table {
display: inline-block;
margin-bottom: 1em;
}
#sectionDisplay.collapsed dl, #sectionDisplay.collapsed table {
#sectionWof.collapsed dl, #sectionWof.collapsed table {
display: none;
}
#sectionDisplay dl {
#sectionWof dl {
margin-right: 4em;
}
#sectionDisplay dt {
#sectionWof dt {
background-color: black;
clear: left;
color: white;
@@ -246,18 +246,21 @@ h2 {
text-align: center;
width: 6em;
}
#sectionDisplay dd {
#sectionWof dd {
margin-bottom: 0.4em;
margin-left: 0;
}
#sectionDisplay dt, #sectionDisplay dd {
#sectionWof dt, #sectionWof dd {
display: inline-block;
float: left;
}
#sectionDisplay table {
#sectionWof dt.inactive + dd {
opacity: 0;
}
#sectionWof table {
margin-left: 0.5em;
}
#sectionDisplay th {
#sectionWof th {
border: 1px solid black;
}