diff options
Diffstat (limited to '')
-rw-r--r-- | docs/podstyle.css | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/podstyle.css b/docs/podstyle.css index 79dbc1d..1cecdfb 100644 --- a/docs/podstyle.css +++ b/docs/podstyle.css @@ -1,36 +1,7 @@ -/* This file is autogenerated. Do not edit. 110n=black_with_blue_on_white */ - /* For accessibility reasons, never specify text sizes in px/pt/pc/in/cm/mm */ @media all { .hide { display: none; } } -@media print { - .noprint, div.indexgroup, .backlinktop, .backlinkbottom { display: none } - - * { - border-color: black !important; - color: black !important; - background-color: transparent !important; - background-image: none !important; - } - - dl.superindex > dd { - word-spacing: .6em; - } -} - -@media aural, braille, embossed { - div.indexgroup { display: none; } /* Too noisy, don't you think? */ - dl.superindex > dt:before { content: "Group "; } - dl.superindex > dt:after { content: " contains:"; } - .backlinktop a:before { content: "Back to contents"; } - .backlinkbottom a:before { content: "Back to contents"; } -} - -@media aural { - dl.superindex > dt { pause-before: 600ms; } -} - @media screen, tty, tv, projection { .noscreen { display: none; } @@ -134,6 +105,3 @@ } } - -/* The End */ - |