/usr/share/doc/libtwolame-dev/html/twolame-manpage.css is in libtwolame-dev 0.3.13-1.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | /*
twolame-manpage.css
Based on xhtml11-manpage.css from asciidoc version 7.0.2
*/
/* Overrides for manpage documents */
h1
{
padding-top: 0.5em;
padding-bottom: 0.5em;
border-top: 2px solid silver;
border-bottom: 2px solid silver;
font-size: 18pt;
}
h2 {
border-style: none;
font-size: 14pt;
}
div.sectionbody {
margin-left: 5%;
}
|