X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/d1a85d0091dac51bdef010e8681597b555156d86..0a4467b6f8bba70f70d3e6f439db55b507a416ea:/base.css diff --git a/base.css b/base.css index c231fe1..c53f11e 100644 --- a/base.css +++ b/base.css @@ -85,6 +85,11 @@ ul { text-align: left; } +h2 small { + position: absolute; /* side note; do not influence alignment */ + margin-left: 1em; +} + dl > dt { float: left; width: 50%; @@ -188,7 +193,7 @@ dl.legend dt, table { border-collapse: collapse; } -table th, table td { +th, td { border-color: #778; border: 1px solid #888; background: #DDD;