Author: sebor
Date: Wed Aug 3 16:08:08 2005
New Revision: 227275
URL: http://svn.apache.org/viewcvs?rev=227275&view=rev
Log:
2005-08-03 Martin Sebor <[EMAIL PROTECTED]>
* basic.css: Added back the "html>body" bit inadvertentenly removed
in a previous commit and added an a.external block to allow external
links to be properly displayed.
* index.html: Improved the look of the menu, added some non breaking
spaces after external links.
Modified:
incubator/stdcxx/site/basic.css
incubator/stdcxx/site/index.html
Modified: incubator/stdcxx/site/basic.css
URL:
http://svn.apache.org/viewcvs/incubator/stdcxx/site/basic.css?rev=227275&r1=227274&r2=227275&view=diff
==============================================================================
--- incubator/stdcxx/site/basic.css (original)
+++ incubator/stdcxx/site/basic.css Wed Aug 3 16:08:08 2005
@@ -243,7 +243,7 @@
float: right;
}
-#top .searchbox {
+html>body #top .searchbox {
bottom: 0px;
}
@@ -461,7 +461,7 @@
#menu .menupage {
margin: 5px 0px 5px 10px;
- padding: 0px 3px 0px 12px;
+ padding: 0px 3px 0px 2px;
background-position: top left;
font-style : normal;
}
@@ -693,4 +693,12 @@
display: block;
height: 16px;
width: 16px;
+}
+
+a.external {
+ padding: 0 20px 0px 0px;
+ display:inline;
+ background-repeat: no-repeat;
+ background-position: center right;
+ background-image: url(images/external-link.gif);
}
Modified: incubator/stdcxx/site/index.html
URL:
http://svn.apache.org/viewcvs/incubator/stdcxx/site/index.html?rev=227275&r1=227274&r2=227275&view=diff
==============================================================================
--- incubator/stdcxx/site/index.html (original)
+++ incubator/stdcxx/site/index.html Wed Aug 3 16:08:08 2005
@@ -63,13 +63,21 @@
<div id="menu">
<div class="menupage">
+ <div id="menu_selected_1.1"
+ class="selectedmenuitemgroup"
+ style="display: block;">
+ <div class="menupage">
+ <div class="menupagetitle">stdcxx</div>
+ </div>
+ </div>
+
<div class="menuitem">
<a title="" href="http://incubator.apache.org/projects/stdcxx.html">
Status
</a>
</div>
<div class="menuitem">
- <a title="" href="#">
+ <a title="" href="#download_not_available_yet">
Download
</a>
</div>
@@ -84,7 +92,7 @@
</a>
</div>
<div class="menuitem">
- <a title="" href="http://issues.apache.org/jira/browse/STDCXX">
+ <a title="" href="bugs.html">
Bugs
</a>
</div>
@@ -305,11 +313,13 @@
The project sources initially committed to the Subversion repository
(revision <a
-href="http://svn.apache.org/viewcvs.cgi/incubator/stdcxx/?rev=219596">219596</a>
-) are based on Rogue Wave C++ Standard Library version 4.1.0 released
-on the <a class="external"
-href="http://www.roguewave.com/products/sourcepro/index.cfm">SourcePro</a>©
8 CD. The set of platforms that version of the library was ported to
-is a superset of those listed on the SourcePro 8 <a class="external"
+href="http://svn.apache.org/viewcvs.cgi/incubator/stdcxx/?rev=219596">219596</a>)
+are based on Rogue Wave C++ Standard Library version 4.1.0 released on
+the <a class="external"
+href="http://www.roguewave.com/products/sourcepro/index.cfm">SourcePro
+©</a> 8 CD. The set of platforms that version of the library was
+ported to is a superset of those listed on the SourcePro 8 <a
+class="external"
href="http://www.roguewave.com/support/matrices/matrix/support_matrix_sp8.pdf">Support
Matrix</a>. Specifically, they are the following:
@@ -368,7 +378,8 @@
href="http://www.amazon.com/exec/obidos/ASIN/0201379260">
The C++ Standard Library: A Tutorial and Reference
</a>
- by Nicolai M. Josuttis
+
+ by Nicolai M. Josuttis
</li>
<li>
<a class="external"
@@ -376,7 +387,8 @@
Generic Programming and the STL: Using and Extending the C++
Standard Template Library
</a>
- by Matthew H. Austern
+
+ by Matthew H. Austern
</li>
<li>
<a class="external"
@@ -384,13 +396,15 @@
Stl Tutorial & Reference Guide: C++ Programming With the Standard
Template Library
</a>
- by David R. Musser and Atul Saini
+
+ by David R. Musser and Atul Saini
</li>
<li>
<a class="external"
href="http://www.amazon.com/exec/obidos/ASIN/0134376331">
The C++ Standard Template Library
</a>
+
by P.J. Plauger, Alexander A. Stepanov, Meng Lee, and David R.
Musser
</li>
@@ -400,13 +414,15 @@
Effective STL: 50 Specific Ways to Improve Your Use of
the Standard Template Library
</a>
- by Scott Meyers
+
+ by Scott Meyers
</li>
<li>
<a href="http://www.amazon.com/exec/obidos/ASIN/0201183951">
Standard C++ IOStreams and Locales: Advanced Programmer's
Guide and Reference
</a>
+
by Angelika Langer, Klaus Kreft
</li>
</ul>
@@ -418,9 +434,6 @@
<div class="clearboth"> </div>
</div>
<div id="footer">
- <!--+
- |start bottomstrip
- +-->
<div class="copyright">
Copyright © 2005 The Apache Software Foundation.
</div>