X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/8da63edfda172244fb15ffd3cf69223fe06d4898..1c9e4de248f4c75b4ee27c851844807bece9b33e:/base.css diff --git a/base.css b/base.css index 453cb5e..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%; @@ -185,10 +190,10 @@ dl.legend dt, /* tables */ -table.map { +table { border-collapse: collapse; } -table.map th, table.map td { +th, td { border-color: #778; border: 1px solid #888; background: #DDD; @@ -492,6 +497,7 @@ table.dimap { .keys td.ni { border: 0; padding: 1px; /* same size as borderlessless keys */ + background: none; } dl.legend dt.more,