X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/f96e2754fe0d06d10855b8cb33ad2a707e96edc4..05b96f1d0e64293580fd10484092d339b14b56a2:/base.css diff --git a/base.css b/base.css index b22c038..139c94c 100644 --- a/base.css +++ b/base.css @@ -36,22 +36,19 @@ hr { margin: 0; } -section { - display: block; -} -section ul { +.section ul { margin-bottom: 1ex; } -section h2 { +.section h2 { margin: 0 1ex; clear: both; } -section table { +.section table { float: left; position: relative; /* prevents buggy hovering in table if caption present in gecko */ margin: 1ex 1ex 2ex; } -#charset section table { +#charset .section table { margin: -0.5ex 0 1ex; /* headers provide sufficient spacing already */ } @@ -61,10 +58,10 @@ p { p.aside { font-size: 80%; } -footer p { +p.footer { margin: 1em 0 0; } -.help + footer p { +.help + .footer { margin: 0; } @@ -244,7 +241,7 @@ table.glyphs.dimap { .diinfo { -moz-column-width: 24em; } -.diinfo > section { +.diinfo > div { overflow: hidden; }