|
Boost-Commit : |
From: grafikrobot_at_[hidden]
Date: 2007-09-19 00:00:01
Author: grafik
Date: 2007-09-18 23:59:52 EDT (Tue, 18 Sep 2007)
New Revision: 39383
URL: http://svn.boost.org/trac/boost/changeset/39383
Log:
Style simplelist tables, to look like regular text lines.
Text files modified:
trunk/doc/html/boostbook.css | 24 ++++++++++++++++++++++++
trunk/doc/src/boostbook.css | 24 ++++++++++++++++++++++++
2 files changed, 48 insertions(+), 0 deletions(-)
Modified: trunk/doc/html/boostbook.css
==============================================================================
--- trunk/doc/html/boostbook.css (original)
+++ trunk/doc/html/boostbook.css 2007-09-18 23:59:52 EDT (Tue, 18 Sep 2007)
@@ -246,6 +246,20 @@
font-size: 80%;
}
+ table.simplelist
+ {
+ width: auto !important;
+ margin: 0em !important;
+ padding: 0em !important;
+ }
+ table.simplelist td
+ {
+ margin: 0em !important;
+ padding: 0em !important;
+ text-align: left !important;
+ font-size: 9pt !important;
+ }
+
/*=============================================================================
Blurbs
=============================================================================*/
@@ -432,6 +446,11 @@
background-color: #F0F0F0;
border: 1px solid #DCDCDC;
}
+
+ table.simplelist tr td
+ {
+ border: none !important;
+ }
/* Misc */
span.highlight
@@ -501,6 +520,11 @@
{
border: 1px solid gray;
}
+
+ table.simplelist tr td
+ {
+ border: none !important;
+ }
/* Misc */
span.highlight
Modified: trunk/doc/src/boostbook.css
==============================================================================
--- trunk/doc/src/boostbook.css (original)
+++ trunk/doc/src/boostbook.css 2007-09-18 23:59:52 EDT (Tue, 18 Sep 2007)
@@ -246,6 +246,20 @@
font-size: 80%;
}
+ table.simplelist
+ {
+ width: auto !important;
+ margin: 0em !important;
+ padding: 0em !important;
+ }
+ table.simplelist td
+ {
+ margin: 0em !important;
+ padding: 0em !important;
+ text-align: left !important;
+ font-size: 9pt !important;
+ }
+
/*=============================================================================
Blurbs
=============================================================================*/
@@ -432,6 +446,11 @@
background-color: #F0F0F0;
border: 1px solid #DCDCDC;
}
+
+ table.simplelist tr td
+ {
+ border: none !important;
+ }
/* Misc */
span.highlight
@@ -501,6 +520,11 @@
{
border: 1px solid gray;
}
+
+ table.simplelist tr td
+ {
+ border: none !important;
+ }
/* Misc */
span.highlight
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk