aboutsummaryrefslogtreecommitdiff
path: root/share/misc/docbook.css
diff options
context:
space:
mode:
Diffstat (limited to 'share/misc/docbook.css')
-rw-r--r--share/misc/docbook.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/share/misc/docbook.css b/share/misc/docbook.css
index 2873105d57..4a64134d0b 100644
--- a/share/misc/docbook.css
+++ b/share/misc/docbook.css
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001, 2003 The FreeBSD Documentation Project
+ * Copyright (c) 2001, 2003, 2010 The FreeBSD Documentation Project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -201,3 +201,8 @@ BLOCKQUOTE.WARNING {
padding: 0.2em 2em;
width: 90%;
}
+
+.INFORMALTABLE TABLE.CALSTABLE TR TD {
+ padding-left: 1em;
+ padding-right: 1em;
+}