mirror of
https://github.com/boostorg/more.git
synced 2025-01-27 04:30:05 +08:00
Add quote to header. Move the front page sidebars together.
[SVN r30237]
This commit is contained in:
parent
145483b192
commit
cb57f20b2a
@ -39,6 +39,17 @@ a:hover {
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
}
|
||||
/* Enforce a minimum width. */
|
||||
/* - For IE we can't really control this so we only make
|
||||
sure the container doesn't look strange at small sizes by
|
||||
making the body have enough whitespace. */
|
||||
#content h1, #content h2, #content h3 {
|
||||
white-space: nowrap;
|
||||
}
|
||||
/* - New browsers have the easy way to set this. */
|
||||
.body-0 {
|
||||
min-width: 55em;
|
||||
}
|
||||
/* The shadow arrangement. */
|
||||
.body-0 {
|
||||
padding-left: 50px;
|
||||
@ -61,9 +72,14 @@ a:hover {
|
||||
border: 2px solid #FFFFFF;
|
||||
position: relative;
|
||||
}
|
||||
#heading h1 {
|
||||
#heading * {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
#heading h1 {
|
||||
padding: 2.5em 0.25em 0.25em 0.75em;
|
||||
float: left;
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#heading #boost {
|
||||
font-size: 250%;
|
||||
@ -75,6 +91,28 @@ a:hover {
|
||||
font-weight: 900;
|
||||
padding-left: 0.75em;
|
||||
}
|
||||
#heading-quote {
|
||||
white-space: nowrap;
|
||||
margin: 0.75em 0.75em 0em -7em;
|
||||
float: right;
|
||||
clear: right;
|
||||
position: relative;
|
||||
text-align: right;
|
||||
}
|
||||
#heading-quote .quote {
|
||||
font-size: 80%;
|
||||
display: block;
|
||||
}
|
||||
#heading-quote .attribution {
|
||||
font-size: 75%;
|
||||
display: block;
|
||||
}
|
||||
#heading-quote a {
|
||||
border-bottom: 1px solid #0080C0;
|
||||
}
|
||||
#heading-quote a:hover {
|
||||
border-bottom: 1px solid #c8dae3;
|
||||
}
|
||||
/* Content sections, inside the top content section. */
|
||||
.section {
|
||||
padding-left: 28px;
|
||||
@ -147,6 +185,15 @@ a:hover {
|
||||
}
|
||||
.section-body .faq .faq-answer {
|
||||
}
|
||||
.section-body .note {
|
||||
margin: 0em 0em 1em 0em;
|
||||
}
|
||||
.section-body .note .note-label {
|
||||
color: #005080;
|
||||
font-weight: bold;
|
||||
}
|
||||
.section-body .note .note-body {
|
||||
}
|
||||
/* Section headings, all use the same stream op indicator style. */
|
||||
#content h1, #content h2 {
|
||||
padding-left: 24px;
|
||||
|
@ -4,40 +4,22 @@
|
||||
(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
@import url(common.css);
|
||||
/* Enforce a minimum width. */
|
||||
/* - For IE we can't really control this so we only make
|
||||
sure the container doesn't look strange at small sizes by
|
||||
making the body have enough whitespace. */
|
||||
#heading h1 {
|
||||
white-space: nowrap;
|
||||
padding-right: 30em;
|
||||
}
|
||||
#content h1, #content h2, #content h3 {
|
||||
white-space: nowrap;
|
||||
}
|
||||
/* - New browsers have the easy way to set this. */
|
||||
.body-0 {
|
||||
min-width: 50em;
|
||||
}
|
||||
/* */
|
||||
#news {
|
||||
margin-bottom: 0em;
|
||||
}
|
||||
.section-body {
|
||||
width: 100%;
|
||||
float: left;
|
||||
#content table {
|
||||
border-spacing: 0em;
|
||||
}
|
||||
.section-body-0 {
|
||||
margin: 0em 24em 0em 0em;
|
||||
padding: 0em;
|
||||
#sidebars-top {
|
||||
vertical-align: top;
|
||||
}
|
||||
#sidebars-bottom {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.sidebar {
|
||||
width: 22em;
|
||||
margin: 0em 0em 0em -22.5em;
|
||||
float: right;
|
||||
}
|
||||
#footer-sidebar {
|
||||
clear: right;
|
||||
margin: 0em 0em 1em 1em
|
||||
}
|
||||
#content h1, #content h2 {
|
||||
margin: 0em 0em 0.5em 0em;
|
||||
@ -108,14 +90,14 @@
|
||||
}
|
||||
/* Search box */
|
||||
#search {
|
||||
width: 100%;
|
||||
width: 98.5%;
|
||||
}
|
||||
/* - The three parts of hte search widget. */
|
||||
/* - The three parts of the search widget. */
|
||||
#search #search-text {
|
||||
display: block;
|
||||
height: 1.8em;
|
||||
margin: 0.25em 0em 0em 0em;
|
||||
padding: 0em 47.5% 0em 0em;
|
||||
padding: 0em 48% 0em 0em;
|
||||
}
|
||||
#search #search-choice {
|
||||
display: block;
|
||||
|
@ -7,10 +7,12 @@
|
||||
/* Heading quick pick menu. */
|
||||
#heading ul {
|
||||
float: right;
|
||||
margin: -2.5em 1em 0em 0em;
|
||||
clear: right;
|
||||
margin: 0.5em 1em 0em 0em;
|
||||
padding: 0.25em 0em 0.25em 0em;
|
||||
position: relative;
|
||||
list-style-type: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#heading ul li {
|
||||
display: inline;
|
||||
@ -25,11 +27,11 @@
|
||||
#heading ul li a:hover {
|
||||
border: 1px solid #c8dae3;
|
||||
}
|
||||
#heading a {
|
||||
#heading h1 a {
|
||||
color: #FFFFFF;
|
||||
border: none;
|
||||
}
|
||||
#heading a:hover {
|
||||
#heading h1 a:hover {
|
||||
border: none;
|
||||
}
|
||||
/* */
|
||||
|
@ -3,12 +3,16 @@
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title>Boost Version History</title>
|
||||
<meta name="generator" content=
|
||||
"HTML Tidy for Mac OS X (vers 1st August 2004), see www.w3.org" />
|
||||
<meta content="text/html; charset=us-ascii" http-equiv="content-type" />
|
||||
<link rel="stylesheet" type="text/css" href="css_0/inner.css" />
|
||||
|
||||
<title>Boost Version History</title>
|
||||
<!--[if IE]>
|
||||
<style type="text/css">
|
||||
body { behavior: url(more/css_0/csshover.htc); }
|
||||
</style>
|
||||
<![endif]-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -16,20 +20,35 @@
|
||||
<div class="body-1">
|
||||
<div class="body-2">
|
||||
<div id="heading">
|
||||
<h1><a href="../index.htm"><span id="boost">Boost</span> <span id=
|
||||
"cpplibraries">C++ Libraries</span></a></h1>
|
||||
<div id="heading-0">
|
||||
<h1><a href="../index.htm"><span id="boost">Boost</span>
|
||||
<span id="cpplibraries">C++ Libraries</span></a></h1>
|
||||
|
||||
<ul>
|
||||
<li id="menu_libraries"><a href=
|
||||
"../libs/libraries.htm">Libraries</a></li>
|
||||
<blockquote id="heading-quote">
|
||||
<span class="quote">“...one of the most highly regarded
|
||||
and expertly designed C++ library projects in the
|
||||
world.”</span> <span class="attribution">— <a href=
|
||||
"http://www.gotw.ca/">Herb Sutter</a> and <a href=
|
||||
"http://en.wikipedia.org/wiki/Andrei_Alexandrescu">Andrei
|
||||
Alexandrescu</a>, <a href=
|
||||
"http://safari.awprofessional.com/?XmlId=0321113586">C++ Coding
|
||||
Standards</a></span>
|
||||
</blockquote>
|
||||
|
||||
<li id="menu_people"><a href=
|
||||
"../people/people.htm">People</a></li>
|
||||
<ul>
|
||||
<li id="menu_libraries"><a href=
|
||||
"../libs/libraries.htm">Libraries</a></li>
|
||||
|
||||
<li id="menu_faq"><a href="faq.htm">FAQ</a></li>
|
||||
<li id="menu_people"><a href=
|
||||
"../people/people.htm">People</a></li>
|
||||
|
||||
<li id="menu_more"><a href="index.htm">More</a></li>
|
||||
</ul>
|
||||
<li id="menu_faq"><a href="faq.htm">FAQ</a></li>
|
||||
|
||||
<li id="menu_more"><a href="index.htm">More</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
@ -373,8 +392,8 @@
|
||||
<li><span class="library"><a href=
|
||||
"../libs/date_time/doc/index.html">Date Time
|
||||
Library</a>:</span> A whole host of bug fixes, new
|
||||
features, and documentation improvements. See the
|
||||
Date Time Change History for details.</li>
|
||||
features, and documentation improvements. See the Date
|
||||
Time Change History for details.</li>
|
||||
|
||||
<li><span class="library"><a href=
|
||||
"../libs/filesystem/doc/index.htm">Filesystem
|
||||
@ -753,8 +772,7 @@
|
||||
"../libs/date_time/doc/index.html">Date-Time
|
||||
Library</a> - several fixes and small additions
|
||||
including an interface change to partial_date. See the
|
||||
Date-Time
|
||||
Change History for more details.</li>
|
||||
Date-Time Change History for more details.</li>
|
||||
|
||||
<li><a href="../libs/function/index.html">Function
|
||||
Library</a> - added support for assignment to zero (to
|
||||
@ -1165,8 +1183,8 @@
|
||||
Pointer Library</a>: shared_ptr polymorphic pointers
|
||||
now work on more broken compilers.</li>
|
||||
|
||||
<li>IBM/Aix
|
||||
Compiler status table contributed by Toon Knapen.</li>
|
||||
<li>IBM/Aix Compiler status table contributed by Toon
|
||||
Knapen.</li>
|
||||
|
||||
<li>Minor fixes to a number of other libraries.</li>
|
||||
</ul>
|
||||
@ -1227,8 +1245,8 @@
|
||||
parameters technique. Added graph isomorphism
|
||||
algorithm.</li>
|
||||
|
||||
<li>Download refinements -
|
||||
files now available from either FTP or web server.</li>
|
||||
<li>Download refinements - files now available from
|
||||
either FTP or web server.</li>
|
||||
|
||||
<li><a href=
|
||||
"http://sourceforge.net/tracker/?group_id=7586">Tracker</a>
|
||||
@ -1244,9 +1262,8 @@
|
||||
<h3>1.21.1 (14 Mar 2001)</h3>
|
||||
|
||||
<ul>
|
||||
<li>New download page. The
|
||||
.zip and .tar.gz files now live on the SourceForge ftp
|
||||
site.</li>
|
||||
<li>New download page. The .zip and .tar.gz files now
|
||||
live on the SourceForge ftp site.</li>
|
||||
|
||||
<li><a href="../libs/graph/doc/index.html">Graph
|
||||
Library</a>: Minor docs fixes.</li>
|
||||
@ -1317,8 +1334,8 @@
|
||||
Expression Library</a>: Minor fixes for Unicode
|
||||
platforms.</li>
|
||||
|
||||
<li><a href="../libs/type_traits/index.html">Type Traits
|
||||
Library</a> upgraded: Major revision.</li>
|
||||
<li><a href="../libs/type_traits/index.html">Type
|
||||
Traits Library</a> upgraded: Major revision.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -1362,8 +1379,8 @@
|
||||
<li><a href="../libs/regex/index.html">Regular
|
||||
Expression Library</a>: minor updates.</li>
|
||||
|
||||
<li><a href="../libs/smart_ptr/index.html">Smart Pointer
|
||||
Library</a>: shared_ptr example added.</li>
|
||||
<li><a href="../libs/smart_ptr/index.html">Smart
|
||||
Pointer Library</a>: shared_ptr example added.</li>
|
||||
|
||||
<li><a href="../libs/timer/index.html">Timer
|
||||
Library</a>: changed to an all inline
|
||||
@ -1412,8 +1429,8 @@
|
||||
<li><a href="discussion_policy.htm">Discussion
|
||||
Policy</a> page added.</li>
|
||||
|
||||
<li><a href="../libs/array/index.html">Array Library</a>
|
||||
minor documentation improvements.</li>
|
||||
<li><a href="../libs/array/index.html">Array
|
||||
Library</a> minor documentation improvements.</li>
|
||||
|
||||
<li><a href=
|
||||
"../libs/graph/doc/table_of_contents.html">Graph
|
||||
@ -1479,7 +1496,8 @@
|
||||
changed to no longer expose names to the global
|
||||
namespace.</li>
|
||||
|
||||
<li>BeOS5/Intel compiler status contributed by John Maddock.</li>
|
||||
<li>BeOS5/Intel compiler status contributed by John
|
||||
Maddock.</li>
|
||||
|
||||
<li><a href="../status/compiler_status.html">Compiler
|
||||
Status</a> added two additional test programs.</li>
|
||||
@ -1567,10 +1585,9 @@
|
||||
"../boost/functional.hpp">functional.hpp</a>
|
||||
compiler workarounds added.</li>
|
||||
|
||||
<li><code>tie()
|
||||
function template</code> added to utility.hpp for
|
||||
easier handling of std::pair<> return
|
||||
values.</li>
|
||||
<li><code>tie() function template</code> added to
|
||||
utility.hpp for easier handling of
|
||||
std::pair<> return values.</li>
|
||||
|
||||
<li><a href="../libs/integer/index.html">Integer
|
||||
Library</a> improved handling of 64-bit
|
||||
@ -1586,9 +1603,9 @@
|
||||
<h3>1.17.0 (3 Aug 2000)</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="../libs/array/index.html">Array Library</a>
|
||||
added - An STL compliant container wrapper for arrays
|
||||
of constant size from Nicolai Josuttis.</li>
|
||||
<li><a href="../libs/array/index.html">Array
|
||||
Library</a> added - An STL compliant container wrapper
|
||||
for arrays of constant size from Nicolai Josuttis.</li>
|
||||
|
||||
<li>array traits header renamed array_traits.hpp (was
|
||||
array.hpp).</li>
|
||||
@ -1597,8 +1614,8 @@
|
||||
Library</a>: more minor changes to support more
|
||||
compilers.</li>
|
||||
|
||||
<li><a href="../libs/smart_ptr/index.html">Smart Pointer
|
||||
Library</a>: performance reducing
|
||||
<li><a href="../libs/smart_ptr/index.html">Smart
|
||||
Pointer Library</a>: performance reducing
|
||||
exception-specifications removed.</li>
|
||||
|
||||
<li>Compiler and test program fixes for call_traits,
|
||||
@ -1695,8 +1712,9 @@
|
||||
page and test program.</li>
|
||||
|
||||
<li>Added Experimental <a href=
|
||||
"../status/compiler_status.html">Compiler Status</a> page
|
||||
showing what library works with which compilers.</li>
|
||||
"../status/compiler_status.html">Compiler Status</a>
|
||||
page showing what library works with which
|
||||
compilers.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -1731,8 +1749,8 @@
|
||||
|
||||
<p>Minor additions to <a href=
|
||||
"../boost/config.hpp">config.hpp</a> for Borland
|
||||
compilers. Minor fix to <tt>type_traits</tt>
|
||||
example. Minor web site fixes. <a href=
|
||||
compilers. Minor fix to <tt>type_traits</tt> example.
|
||||
Minor web site fixes. <a href=
|
||||
"formal_review_process.htm">Library Formal Review
|
||||
Process</a> page added.</p>
|
||||
</div>
|
||||
@ -1757,9 +1775,9 @@
|
||||
"../libs/utility/call_traits.htm">call_traits</a>,
|
||||
<a href=
|
||||
"../libs/utility/compressed_pair.htm">compressed_pair</a>,
|
||||
and type_traits.
|
||||
Updated <a href="lib_guide.htm">Library Guidelines</a>
|
||||
and <a href="../people/people.htm">People</a> page.</p>
|
||||
and type_traits. Updated <a href="lib_guide.htm">Library
|
||||
Guidelines</a> and <a href=
|
||||
"../people/people.htm">People</a> page.</p>
|
||||
</div>
|
||||
|
||||
<div class="history_item" id="v1.14.0">
|
||||
@ -1777,8 +1795,7 @@
|
||||
<h3>1.13.0 (29 Feb 2000)</h3>
|
||||
|
||||
<p>Adds <a href="../libs/utility/index.html">Utility
|
||||
Library</a> type_traits,
|
||||
<a href=
|
||||
Library</a> type_traits, <a href=
|
||||
"../libs/utility/call_traits.htm">call_traits</a>, and
|
||||
<a href=
|
||||
"../libs/utility/compressed_pair.htm">compressed_pair</a>
|
||||
@ -1800,8 +1817,8 @@
|
||||
|
||||
<p><a href="../libs/smart_ptr/smarttests.htm">Smart
|
||||
pointer timings</a> added (thanks to Gavin Collings).
|
||||
Minor fix to <tt>min_rand</tt> sample program.
|
||||
Minor fixes to <a href=
|
||||
Minor fix to <tt>min_rand</tt> sample program. Minor
|
||||
fixes to <a href=
|
||||
"../boost/config.hpp">config.hpp</a>.</p>
|
||||
</div>
|
||||
<!-- For new entries, add a 'div' of class 'history_item' and id of the appropriate version. -->
|
||||
@ -1815,7 +1832,8 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<p id="revised">Revised: 6 May 2005</p>
|
||||
<p id="revised">Revised <span class=
|
||||
"cvs-keyword-date">$Date$</span></p>
|
||||
|
||||
<p id="copyright">Copyright Daryle Walker 2004. Copyright Rene
|
||||
Rivera 2005.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user