summaryrefslogtreecommitdiff
path: root/doc/groff.css
diff options
context:
space:
mode:
authorgaius <gaius>2005-11-28 08:40:21 +0000
committergaius <gaius>2005-11-28 08:40:21 +0000
commit67ffbefb3ac0fe267e48086b0cb3eaf600e69e62 (patch)
treec73cd888fc782683d3cd7b7c452aae12cfc624f2 /doc/groff.css
parent39a88aed140da462b23fe81a52f0175a8767b4c5 (diff)
downloadgroff-67ffbefb3ac0fe267e48086b0cb3eaf600e69e62.tar.gz
* doc/Makefile.in: separate rule for webpage.html so that extra
command line options can be passed to grohtml. * doc/groff.css: changed all margins to 0%. * doc/webpage.ms: now uses new macros ALN, LNS and LNE so that left navigation is exploited. Also updated webpage to contain new sections on licences, mailing lists, cvs/ftp access, groff dependencies and bug reports. * tmac/groff_www.man: documented the new macros ALN, LNS and LNE. * tmac/www.tmac: implemented the new macros ALN, LNS and LNE.
Diffstat (limited to 'doc/groff.css')
-rw-r--r--doc/groff.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/groff.css b/doc/groff.css
index ba36f6ed..5432bcdc 100644
--- a/doc/groff.css
+++ b/doc/groff.css
@@ -1,9 +1,9 @@
body {
- margin-top: 5%;
- margin-left: 5%;
- margin-right: 5%;
- margin-bottom: 5%;
+ margin-top: 0%;
+ margin-left: 0%;
+ margin-right: 0%;
+ margin-bottom: 0%;
background-color: white;
color: black;
}