diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-02T11·50+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-02T11·50+0000 |
commit | f316b6c1a91e596b2717bc4db76c6513e3ef5f85 (patch) | |
tree | 39a8e8793308278ef3cc4a495ce81f7f1d71dc49 /doc/manual/style.css | |
parent | 91a01e6fcf88edfff5cd1b25651452d4385b1fbd (diff) |
* Manual updates (especially how nix-build makes testing packages much
easier; no longer need a helper expression).
Diffstat (limited to 'doc/manual/style.css')
-rw-r--r-- | doc/manual/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/manual/style.css b/doc/manual/style.css index 2d97b95e6d58..f2c0bfa041a1 100644 --- a/doc/manual/style.css +++ b/doc/manual/style.css @@ -83,7 +83,7 @@ pre.programlisting Screen dumps: ***************************************************************************/ -pre.screen +pre.screen, pre.programlisting { border: 1px solid #6185a0; padding: 3px 3px; @@ -259,4 +259,9 @@ strong.command // font-style: italic; // font-weight: normal; color: #400000; -} \ No newline at end of file +} + +div.calloutlist td +{ + padding-bottom: 1em; +} |