X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a0cb024ea50865030512b67ad0a3cfaefc29b7f6..0b579580d620becc924c4e540ce41f5126e88e8d:/base.css diff --git a/base.css b/base.css index 1246519..7a2d4e7 100644 --- a/base.css +++ b/base.css @@ -74,6 +74,17 @@ p.footer { margin: 0; } +.error { + background: #F00; + background: rgba(255, 0, 0, .8); + color: #FFF; + border: 2px solid #000; + border-width: 2px 0; + padding: 1em; + margin: 2ex auto; + clear: both; +} + ul { margin: 0; padding: 0; @@ -223,6 +234,7 @@ thead th, td { /* table headers */ th, +tfoot td, thead td { border: 0; background: transparent !important; @@ -245,6 +257,9 @@ th { font-size: 70%; text-transform: uppercase; } +tfoot .cat th { + border-top: 1px solid #888; +} /* digraphs map */