diff options
-rw-r--r-- | index.htm | 2 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | libs/libraries.htm | 2 | ||||
-rw-r--r-- | more/index.htm | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | rst.css | 4 | ||||
-rw-r--r-- | tools/index.html | 2 | ||||
-rw-r--r-- | tools/regression/doc/index.html | 2 | ||||
-rw-r--r-- | tools/regression/doc/library_status.html | 2 |
8 files changed, 9 insertions, 9 deletions
@@ -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> diff --git a/index.html b/index.html index cf073fdac0..babe8fde1c 100644 --- a/index.html +++ b/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> diff --git a/libs/libraries.htm b/libs/libraries.htm index 1d1d3b4bab..a035956894 100644 --- a/libs/libraries.htm +++ b/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"> diff --git a/more/index.htm b/more/index.htm index 467c3c9d73..8492399386 100644 --- a/more/index.htm +++ b/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"> @@ -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) diff --git a/tools/index.html b/tools/index.html index fc4b8d58d5..e74ff76318 100644 --- a/tools/index.html +++ b/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"> diff --git a/tools/regression/doc/index.html b/tools/regression/doc/index.html index 227213008d..14775eb533 100644 --- a/tools/regression/doc/index.html +++ b/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> diff --git a/tools/regression/doc/library_status.html b/tools/regression/doc/library_status.html index 028e54c6c5..bf644746e0 100644 --- a/tools/regression/doc/library_status.html +++ b/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"> |