llvmpy/www/web/style/xhtml11-manpage.css
mdevan.foobar 55a6a6ed79 Added generated docs to svn.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@7 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-06-09 17:45:49 +00:00

18 lines
275 B
CSS

/* Overrides for manpage documents */
h1 {
padding-top: 0.5em;
padding-bottom: 0.5em;
border-top: 2px solid silver;
border-bottom: 2px solid silver;
}
h2 {
border-style: none;
}
div.sectionbody {
margin-left: 5%;
}
@media print {
div#toc { display: none; }
}