diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-04 07:20:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-04 07:20:11 +0200 |
commit | 43b40a182af1578e9f5bfd78e980ce9aea660d59 (patch) | |
tree | f9e42bcfa4b76bd6fed546828f4994701f539409 /man.css | |
parent | ea72b21f2502527d8f25fda5817cb87672995cef (diff) |
Style updates for web
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 { |