Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63149 - in trunk: . libs more tools tools/regression/doc
From: daniel_james_at_[hidden]
Date: 2010-06-20 14:02:53


Author: danieljames
Date: 2010-06-20 14:02:51 EDT (Sun, 20 Jun 2010)
New Revision: 63149
URL: http://svn.boost.org/trac/boost/changeset/63149

Log:
Use the doc/src stylesheets for some html files.
Text files modified:
   trunk/index.htm | 2 +-
   trunk/index.html | 2 +-
   trunk/libs/libraries.htm | 2 +-
   trunk/more/index.htm | 2 +-
   trunk/rst.css | 4 ++--
   trunk/tools/index.html | 2 +-
   trunk/tools/regression/doc/index.html | 2 +-
   trunk/tools/regression/doc/library_status.html | 2 +-
   8 files changed, 9 insertions(+), 9 deletions(-)

Modified: trunk/index.htm
==============================================================================
--- trunk/index.htm (original)
+++ trunk/index.htm 2010-06-20 14:02:51 EDT (Sun, 20 Jun 2010)
@@ -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>

Modified: trunk/index.html
==============================================================================
--- trunk/index.html (original)
+++ trunk/index.html 2010-06-20 14:02:51 EDT (Sun, 20 Jun 2010)
@@ -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>

Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm (original)
+++ trunk/libs/libraries.htm 2010-06-20 14:02:51 EDT (Sun, 20 Jun 2010)
@@ -8,7 +8,7 @@
 <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">

Modified: trunk/more/index.htm
==============================================================================
--- trunk/more/index.htm (original)
+++ trunk/more/index.htm 2010-06-20 14:02:51 EDT (Sun, 20 Jun 2010)
@@ -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">
 

Modified: trunk/rst.css
==============================================================================
--- trunk/rst.css (original)
+++ trunk/rst.css 2010-06-20 14:02:51 EDT (Sun, 20 Jun 2010)
@@ -1,5 +1,5 @@
-_at_import url("doc/html/boostbook.css");
-_at_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)

Modified: trunk/tools/index.html
==============================================================================
--- trunk/tools/index.html (original)
+++ trunk/tools/index.html 2010-06-20 14:02:51 EDT (Sun, 20 Jun 2010)
@@ -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">
    

Modified: trunk/tools/regression/doc/index.html
==============================================================================
--- trunk/tools/regression/doc/index.html (original)
+++ trunk/tools/regression/doc/index.html 2010-06-20 14:02:51 EDT (Sun, 20 Jun 2010)
@@ -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>

Modified: trunk/tools/regression/doc/library_status.html
==============================================================================
--- trunk/tools/regression/doc/library_status.html (original)
+++ trunk/tools/regression/doc/library_status.html 2010-06-20 14:02:51 EDT (Sun, 20 Jun 2010)
@@ -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">


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk