diff options
Diffstat (limited to 'man.css')
-rw-r--r-- | man.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -10,7 +10,11 @@ * */ -#content { padding-left: 1.5em; /* Reserve for the heading. */} +#content +{ + max-width: 42.1em; + padding-left: 1.5em; /* Reserve for the heading. */ +} h1 { |