X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/blobdiff_plain/377015e0d78cce3bd62af0357fcb951fe506efb4..8933592bf33ba067b1de182ace7ab0950d10d9ac:/mitsql.css diff --git a/mitsql.css b/mitsql.css index b19423f..721c5be 100644 --- a/mitsql.css +++ b/mitsql.css @@ -8,8 +8,6 @@ body { width: 640px; margin-left: auto; margin-right: auto; -} -#body { padding: 5px 2px 2px 2px; } #content0 { @@ -84,17 +82,37 @@ td p { padding-left: 10px; border-left: 1px solid black; } -div.err { +div.msg { margin: 0px 20px 20px 20px; background-color: #ccc; - border: 1px dashed black; + border: 1px solid black; + font-weight: bold; + position: relative; } -div.err li { +div.msg li { + list-style-type: square; +} +div.err { color: maroon; + margin: 0px 20px 20px 20px; + background-color: #ccc; + border: 1px dashed black; font-variant: small-caps; font-weight: bold; +} +div.err li { list-style-type: square; } pre { font-size: 10px; -} \ No newline at end of file +} +table.bargraph { + border: 1px solid #ccc; +} +table.bargraph td.bar { + height: 18px; + background-color: #888; +} +table.bargraph td.fill { + background-color: #bbb; +}