X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/5f6be2729161503016864b7c9c8d3a89dba31bf4..550910e985c03c0cb3ee4c90b6e64397bb3743f3:/digraphs.css diff --git a/digraphs.css b/digraphs.css index 7feb88d..4b9588d 100644 --- a/digraphs.css +++ b/digraphs.css @@ -1,8 +1,29 @@ +body { + background: #FFF; + color: #000; +} + +a, a:visited { + color: #000; + text-decoration: underline; +} +a:active, a:hover { + color: #00F; + text-decoration: none; +} + h1 { text-align: center; - margin: 0 auto 0.2em; + font-size: 200%; + margin: 0 0 0.2em; +} +p.footer { + margin: 1em 0 0; + text-align: center; } +/* digraph table */ + table { border-collapse: collapse; table-layout: fixed; /* prevent resizing, notably in msie6 */