--- reviewpages/styles/main.css (revision 251)
+++ reviewpages/styles/main.css (working copy)
font-size: x-small;
font-family: monospace;
padding: 1em;
+}
+
+dl.x {
+ font-family: sans-serif;
+ border-top: none;
+ border-left: 1px solid gray;
+ border-right: 1px solid gray;
+ border-bottom: 1px solid gray;
+ background-color: beige;
+ padding: 0px;
+ margin: 0px;
+}
+
+dt.x, dt.xs {
+ font-weight: bolder;
+}
+
+dt.xs, dd.xs {
+ background-color: aliceblue;
}