X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4f83f1046336f756fad6e1b8a371b5cf353fc72d..4cccd0f03b54ed366c5de96fb40cea688c6482e9:/digraphs.css diff --git a/digraphs.css b/digraphs.css index 3e53004..4fa8f7c 100644 --- a/digraphs.css +++ b/digraphs.css @@ -21,7 +21,7 @@ h1 { font-size: 200%; margin: 0 0 0.2em; } -p.footer { +p#footer { margin: 1em 0 0; text-align: center; } @@ -32,6 +32,16 @@ table { border-collapse: collapse; table-layout: fixed; /* prevent resizing, notably in msie6 */ } +tbody, colgroup { + border: 2px double #888; +} +tbody { + border-width: 2px 0; +} +colgroup { + border-width: 0 2px; +} + #legend { margin-top: 1em; } @@ -39,6 +49,9 @@ table { width: 100%; table-layout: auto; } +#legend tbody { + border: 0; +} #legend td { padding: 0 0.2em; }