X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/61672b1912da0a1b1669259718e04b268367f98e..f79340dbeb55e76eeaf2b6fb1518cae466afcdf9:/base.css diff --git a/base.css b/base.css index bfce8a2..2529b0b 100644 --- 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) */