We don't use this any more, so let's remove it. Gerald
2014-06-29 Gerald Pfeifer <ger...@pfeifer.com> * lib3styles.css: Remove. * index.html: Remove reference to lib3styles.css. Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/index.html,v retrieving revision 1.38 diff -u -r1.38 index.html --- index.html 14 Apr 2012 17:10:35 -0000 1.38 +++ index.html 29 Jun 2014 11:43:53 -0000 @@ -2,7 +2,6 @@ <head> <meta name="KEYWORDS" content="libstdc++, homepage, home, g++, libg++, STL" /> <title>Standard C++ Library v3</title> - <link rel="StyleSheet" href="lib3styles.css" /> </head> <body> Index: lib3styles.css =================================================================== RCS file: lib3styles.css diff -N lib3styles.css --- lib3styles.css 4 Apr 2011 17:56:25 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,6 +0,0 @@ -.centered { text-align: center } -.tocheader { font-size: large } -.fineprint { font-size: x-small } -.larger { font-size: large } - -PRE { text-align: left ; margin-left: 1em }