This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs,libstdc++] Remove libstdc++/lib3styles.css
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Sun, 29 Jun 2014 13:48:11 +0200 (CEST)
- Subject: [wwwdocs,libstdc++] Remove libstdc++/lib3styles.css
- Authentication-results: sourceware.org; auth=none
We don't use this any more, so let's remove it.
Gerald
2014-06-29 Gerald Pfeifer <gerald@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 }