summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEric Niebler <eric@boostpro.com>2006-04-05 00:19:51 +0000
committerEric Niebler <eric@boostpro.com>2006-04-05 00:19:51 +0000
commit295291fa68e12813fdda0f704020ad6f9c06e92d (patch)
treedc6a31aa1f3f67964c1d9ef74ff02172f926dc01 /doc
parent35f507d825513e27e4c50df3536a053f89f742df (diff)
downloadboost-295291fa68e12813fdda0f704020ad6f9c06e92d.tar.gz
(for Date_time docs) .screen in tables shouldn't get margins and borders
[SVN r33535]
Diffstat (limited to 'doc')
-rw-r--r--doc/html/boostbook.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/html/boostbook.css b/doc/html/boostbook.css
index 89a522d922..d84d538439 100644
--- a/doc/html/boostbook.css
+++ b/doc/html/boostbook.css
@@ -54,6 +54,14 @@
padding: 0.5pc 0.5pc 0.5pc 0.5pc;
}
+ /* Program listings in tables don't get borders */
+ td .programlisting,
+ td .screen
+ {
+ margin: 0pc 0pc 0pc 0pc;
+ padding: 0pc 0pc 0pc 0pc;
+ }
+
/*=============================================================================
Headings
=============================================================================*/
@@ -389,6 +397,12 @@
border: 1px solid #DCDCDC;
}
+ td .programlisting,
+ td .screen
+ {
+ border: 0px solid #DCDCDC;
+ }
+
/* Blurbs */
div.note,
div.tip,
@@ -457,6 +471,12 @@
border: 1px solid gray;
}
+ td .programlisting,
+ td .screen
+ {
+ border: 0px solid #DCDCDC;
+ }
+
/* Table of contents */
.toc
{