index: only use common stylesheet
[sheet.git] / base.css
index bfce8a2568bc3164dca2ae7364c8069e5be20861..2529b0b1664ad88de3a3c6258bbd60624e3bb9a9 100644 (file)
--- a/base.css
+++ b/base.css
@@ -1,9 +1,3 @@
-/* media features */
-
-@import url(terse.css) all and (max-width: 80em);
-
-@import url(mono.css) all and (monochrome);
-
 /* general */
 
 body {
@@ -42,6 +36,9 @@ hr {
        margin: 0;
 }
 
+.section ul {
+       margin-bottom: 1ex;
+}
 .section h2 {
        margin: 0 1ex;
        clear: both;
@@ -305,7 +302,7 @@ td.Mn                      {background: #ACC} /* modifier */
 td.Cc, td.Cf  {color: #666; background: #BBB} /* control */
 td.Zs                      {background: #ACB} /* space */
 td.Zs span                 {background: #EEE}
-td.Co                      {background: #A99} /* private */
+td.Co                      {background: #DCC} /* private */
 td.Xi, td.Cs               {background: #CCC} /* invalid */
 td.Xd                      {color: #844} /* deprecated */
 td.Xr                      {color: #888} /* reserved (digraph reverse or proposal) */