about summary refs log tree commit diff
path: root/doc/manual/style.css
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-10-02T11·50+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-10-02T11·50+0000
commitf316b6c1a91e596b2717bc4db76c6513e3ef5f85 (patch)
tree39a8e8793308278ef3cc4a495ce81f7f1d71dc49 /doc/manual/style.css
parent91a01e6fcf88edfff5cd1b25651452d4385b1fbd (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.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/manual/style.css b/doc/manual/style.css
index 2d97b95e6d..f2c0bfa041 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;
+}