Browse Source

Use the doc/src stylesheets for some html files.

[SVN r63149]
Daniel James 16 years ago
parent
commit
3e72e06c09
8 changed files with 9 additions and 9 deletions
  1. 1 1
      index.htm
  2. 1 1
      index.html
  3. 1 1
      libs/libraries.htm
  4. 1 1
      more/index.htm
  5. 2 2
      rst.css
  6. 1 1
      tools/index.html
  7. 1 1
      tools/regression/doc/index.html
  8. 1 1
      tools/regression/doc/library_status.html

+ 1 - 1
index.htm

@@ -6,7 +6,7 @@
   <meta http-equiv="refresh" content="0; URL=index.html" />
 
   <title></title>
-  <link rel="stylesheet" href="doc/html/boostbook.css" type="text/css" />
+  <link rel="stylesheet" href="doc/src/boostbook.css" type="text/css" />
 </head>
 
 <body>

+ 1 - 1
index.html

@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <title>Boost C++ Libraries</title>
-  <link rel="stylesheet" href="doc/html/boostbook.css" type="text/css" />
+  <link rel="stylesheet" href="doc/src/boostbook.css" type="text/css" />
 </head>
 
 <body>

+ 1 - 1
libs/libraries.htm

@@ -8,7 +8,7 @@ content="text/html; charset=iso-8859-1">
 <meta name="ProgId" content="FrontPage.Editor.Document">
 <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
 <title>Boost Libraries</title>
-<link rel="stylesheet" href="../doc/html/boostbook.css" type="text/css" />
+<link rel="stylesheet" href="../doc/src/boostbook.css" type="text/css" />
 </head>
 
 <body bgcolor="#FFFFFF" text="#000000">

+ 1 - 1
more/index.htm

@@ -5,7 +5,7 @@
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
       <meta name="ProgId" content="FrontPage.Editor.Document">
       <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-      <link rel="stylesheet" href="../doc/html/boostbook.css" type="text/css" />
+      <link rel="stylesheet" href="../doc/src/boostbook.css" type="text/css" />
    </head>
    <body bgcolor="#ffffff" text="#000000">
 

+ 2 - 2
rst.css

@@ -1,5 +1,5 @@
-@import url("doc/html/boostbook.css");
-@import url("doc/html/docutils.css");
+@import url("doc/src/boostbook.css");
+@import url("doc/src/docutils.css");
 /* Copyright David Abrahams 2006. Distributed under the Boost
    Software License, Version 1.0. (See accompanying
    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

+ 1 - 1
tools/index.html

@@ -14,7 +14,7 @@
       <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
       <meta name="ProgId" content="FrontPage.Editor.Document">
       <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-   <link rel="stylesheet" href="../doc/html/boostbook.css" type="text/css" />
+   <link rel="stylesheet" href="../doc/src/boostbook.css" type="text/css" />
    </head>
    <body bgcolor="#ffffff">
    

+ 1 - 1
tools/regression/doc/index.html

@@ -6,7 +6,7 @@
   <meta http-equiv="Content-Language" content="en-us" />
   <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
   <link rel="stylesheet" type="text/css" href=
-  "../../../doc/html/boostbook.css" />
+  "../../../doc/src/boostbook.css" />
 
   <title>Regression Test Reporting Tools</title>
 </head>

+ 1 - 1
tools/regression/doc/library_status.html

@@ -6,7 +6,7 @@
   <meta http-equiv="Content-Language" content="en-us" />
   <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
   <link rel="stylesheet" type="text/css" href=
-  "../../../doc/html/boostbook.css" />
+  "../../../doc/src/boostbook.css" />
 
   <title>Libary Status</title>
   <style type="text/css">

粤ICP备19079148号