From 54fbaf584454f66f1578811059745fcf0d56e973 Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Tue, 6 Nov 2007 23:38:05 +0000 Subject: manpage.css, style.css: * moved some rules from the first to the latter, and @import the latter for the manpage. * added some further formatting for index.html. --- manpage.css | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'manpage.css') diff --git a/manpage.css b/manpage.css index 731cec4..e24076d 100644 --- a/manpage.css +++ b/manpage.css @@ -1,28 +1,8 @@ -body { - font-family: "Times New Roman", serif; - font-size: 12pt; - padding: 2%; - line-height: 130%; - margin: 0; - /*color: #036;*/ -} -h1 { - font-size: 220%; - font-weight: bold; - /*text-align: center;*/ - padding: 0 0 0.4em 0.1em; - margin: 0 0 0.5em 0; - border-bottom: 2px solid black; -} +@import "style.css"; h2 { - margin: 1em 0 0.8em 0; - padding: 0; font-variant: small-caps; font-size: 170%; } -pre, tt, kbd, code, pre samp { - font-family: "Courier 10 Pitch", Courier, "Courier New", monospace; -} .INFORMALEXAMPLE { margin-bottom: 1.2em; } -- cgit v1.2.3