Boost logo

Boost-Commit :

From: hinnant_at_[hidden]
Date: 2007-12-08 13:00:11


Author: hinnant
Date: 2007-12-08 13:00:10 EST (Sat, 08 Dec 2007)
New Revision: 41898
URL: http://svn.boost.org/trac/boost/changeset/41898

Log:
Put note in grey box.

Text files modified:
   sandbox/committee/LWG/thread_library.html | 10 ++++++++++
   1 files changed, 10 insertions(+), 0 deletions(-)

Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-08 13:00:10 EST (Sat, 08 Dec 2007)
@@ -21,6 +21,14 @@
                   border: 1px solid; }
         td { padding: 3px 10px 3px 10px;
                   border: 1px solid; }
+ blockquote.note
+ {
+ background-color:#E0E0E0;
+ padding-left: 15px;
+ padding-right: 15px;
+ padding-top: 1px;
+ padding-bottom: 1px;
+ }
 </style>
 </head>
 
@@ -319,6 +327,7 @@
 
 <h3><a name="thread.common">30.1 Common Issues [thread.common]</a></h3>
 
+<blockquote class="note">
 <p>
 Unless otherwise stated,
 the thread-safety requirements of
@@ -332,6 +341,7 @@
 </cite>
 apply even to type and functions within this clause.
 </p>
+</blockquote>
 
 <h4><a name="thread.tmplparmname">30.1.1 Template Parameter Names [thread.tmplparmname]</a></h4>
 


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