Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2008-01-04 16:01:42


Author: grafik
Date: 2008-01-04 16:01:42 EST (Fri, 04 Jan 2008)
New Revision: 42461
URL: http://svn.boost.org/trac/boost/changeset/42461

Log:
Use relative links for CSS to make it show correctly locally.
Text files modified:
   website/public_html/beta/community/review_schedule.html | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: website/public_html/beta/community/review_schedule.html
==============================================================================
--- website/public_html/beta/community/review_schedule.html (original)
+++ website/public_html/beta/community/review_schedule.html 2008-01-04 16:01:42 EST (Fri, 04 Jan 2008)
@@ -7,8 +7,8 @@
   <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
   <link rel="icon" href="/favicon.ico" type="image/ico" />
   <link rel="stylesheet" type="text/css" href=
- "/style/section-community.css" />
- <!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->
+ "../style/section-community.css" />
+ <!--[if IE]> <style type="text/css"> body { behavior: url(../style/csshover.htc); } </style> <![endif]-->
 </head>
 
 <body>


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