X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2ae4ccbb6ac3ce310890beef55fda11f670772bb..9cfdae85d5584a9b0812b31ec77b60fcbc57d977:/base.css diff --git a/base.css b/base.css index b053b1c..2a1a6fc 100644 --- a/base.css +++ b/base.css @@ -554,6 +554,28 @@ ul.legend-set li { padding: 0 0.2em; } +/* page-specific */ + +#browser .aside { + font-size: 80%; + overflow: hidden; + height: 0; + -webkit-transition: all 1s ease-in; + -o-transition: all 1s ease-in; + -moz-transition: all 1s ease-in; + transition: height 1s ease-in; +} +#browser .aside p { + margin: 1ex 0; +} +#browser tr.target .aside, +#browser tr:target .aside { + height: auto; +} +#browser td.X { + white-space: nowrap; /* some browsers break on dashes */ +} + /* printing hints */ @page {