Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-12-04 16:45:29


Author: grafik
Date: 2007-12-04 16:45:28 EST (Tue, 04 Dec 2007)
New Revision: 41702
URL: http://svn.boost.org/trac/boost/changeset/41702

Log:
Style cleanups to account for new structure of BoostBook generated docs.
Text files modified:
   website/public_html/beta/doc/display_build.php | 16 ++++-------
   website/public_html/beta/style/css_0/section-doc.css | 56 +++++++++++++++++++++++++++++++++++++--
   2 files changed, 58 insertions(+), 14 deletions(-)

Modified: website/public_html/beta/doc/display_build.php
==============================================================================
--- website/public_html/beta/doc/display_build.php (original)
+++ website/public_html/beta/doc/display_build.php 2007-12-04 16:45:28 EST (Tue, 04 Dec 2007)
@@ -20,16 +20,12 @@
   <?php #~ pwn_head(); ?>
   <style type="text/css">
 /*<![CDATA[*/
- div.sidebar {
- margin-left: 1em ;
- border: medium outset ;
- padding: 0em 1em ;
- background-color: #adbed2;
- border-color: #000000;
- border-width: 1;
- width: 40% ;
- float: right ;
- clear: right }
+div.sidebar {
+ margin: 0em 0em 1em 1em !important;
+ width: 40%;
+ float: right;
+ clear: right;
+}
   /*]]>*/
   </style>
 

Modified: website/public_html/beta/style/css_0/section-doc.css
==============================================================================
--- website/public_html/beta/style/css_0/section-doc.css (original)
+++ website/public_html/beta/style/css_0/section-doc.css 2007-12-04 16:45:28 EST (Tue, 04 Dec 2007)
@@ -154,16 +154,22 @@
 }
 
 /* The rest of the BoostBook styles... */
-#content .section table.footer-table {
+#content .section table.footer-table,
+#content .section + table,
+#content .article + table {
   border: none;
   margin: 0.75em 0em 0em 0em;
   font-size: 80%;
   width: 100%;
 }
-#content .section table.footer-table td {
+#content .section table.footer-table td,
+#content .section + table td,
+#content .article + table td {
   border: none !important;
 }
-#content .section table.footer-table td[align=right] {
+#content .section table.footer-table td[align=right],
+#content .section + table td[align=right],
+#content .article + table td[align=right] {
   text-align: right;
 }
 #content .section pre.literallayout {
@@ -223,6 +229,18 @@
 #content .section table.simplelist {
   margin: 1em;
   border: none;
+ width: auto !important;
+ margin: 0em !important;
+ padding: 0em !important;
+ border: none !important;
+}
+#content .section table.simplelist td
+{
+ margin: 0em !important;
+ padding: 0em !important;
+ text-align: left !important;
+ font-size: 9pt !important;
+ border: none !important;
 }
 #content .section td table.simplelist {
   margin: 1em;
@@ -260,7 +278,7 @@
 .comment { color: #800000; }
 .string { color: teal; }
 .number { color: teal; }
-.copyright { color: #666666; font-size: small; }
+.copyright, .copyright-footer { color: #666666; font-size: small; }
 .white_bkd { background-color: #FFFFFF; }
 .dk_grey_bkd { background-color: #999999; }
 
@@ -458,6 +476,16 @@
   padding: 0.5em 0.5em 0.5em 40px;
   min-height: 22px;
 }
+#content .section .tip > table,
+#content .section .note > table,
+#content .section .warning > table,
+#content .section .important > table,
+#content .section .caution > table,
+#content .section .sidebar > table,
+#content .section .hint > table
+{
+ margin: 0em !important;
+}
 #content .section .tip h3 + p,
 #content .section .note h3 + p,
 #content .section .warning h3 + p,
@@ -478,6 +506,26 @@
 {
   display: none;
 }
+#content .section .tip tbody tr:first-child,
+#content .section .note tbody tr:first-child,
+#content .section .warning tbody tr:first-child,
+#content .section .important tbody tr:first-child,
+#content .section .caution tbody tr:first-child,
+#content .section .sidebar tbody tr:first-child,
+#content .section .hint tbody tr:first-child
+{
+ display: none;
+}
+#content .section .tip tbody > tr > td,
+#content .section .note tbody > tr > td,
+#content .section .warning tbody > tr > td,
+#content .section .important tbody > tr > td,
+#content .section .caution tbody > tr > td,
+#content .section .sidebar tbody > tr > td,
+#content .section .hint tbody > tr > td
+{
+ border: none !important;
+}
 #content .section .tip { background: #FFFFFF url(tip.png) no-repeat top left; }
 #content .section .note { background: #FFFFFF url(note.png) no-repeat top left; }
 #content .section .warning { background: #FFFFFF url(caution.png) no-repeat top left; }


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