|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r68148 - sandbox/boost_docs/trunk/doc/style/html/conversion
From: dnljms_at_[hidden]
Date: 2011-01-14 06:23:07
Author: danieljames
Date: 2011-01-14 06:23:06 EST (Fri, 14 Jan 2011)
New Revision: 68148
URL: http://svn.boost.org/trac/boost/changeset/68148
Log:
Proper newlines between sections - doesn't work on Safari.
Text files modified:
sandbox/boost_docs/trunk/doc/style/html/conversion/html_to_quickbook.css | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: sandbox/boost_docs/trunk/doc/style/html/conversion/html_to_quickbook.css
==============================================================================
--- sandbox/boost_docs/trunk/doc/style/html/conversion/html_to_quickbook.css (original)
+++ sandbox/boost_docs/trunk/doc/style/html/conversion/html_to_quickbook.css 2011-01-14 06:23:06 EST (Fri, 14 Jan 2011)
@@ -142,7 +142,8 @@
h1::before, h2::before, h3::before, h4::before, h5::before, h6::before
{
- content: "[endsect] [/br][/br] [section ";
+ white-space: pre;
+ content: "[endsect]\A\A[section ";
color: #5555FF;
}
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