da6fa900860ee18d5c23cd8b3c364d38bfe739d0
kate
  Tue Jan 10 12:59:32 2017 -0800
Reverting to absolute paths temporarily, to allow Donna to proceed. Will need a solution for non-standard GB document root (i.e. on mirrors) before deployment. refs #18621

diff --git src/hg/htdocs/gbPageStart.html src/hg/htdocs/gbPageStart.html
index cc360ea..aca62d0 100644
--- src/hg/htdocs/gbPageStart.html
+++ src/hg/htdocs/gbPageStart.html
@@ -1,29 +1,29 @@
 <!-- gbPageStart.html - Include file for GB static pages -->
 
 <html>
     <head>
         <meta charset="UTF-8">
         <title>
             <!--#echo var="TITLE" -->
         </title>
         <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald:700|Lato:700,700italic,300,400,400italic">
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
-        <link rel="stylesheet" href="../style/bootstrap.min.css">
-        <link rel="stylesheet" href="../staticStyle/gbStatic.css">
-        <link rel="stylesheet" href="../style/gb.css">
+        <link rel="stylesheet" href="/style/bootstrap.min.css">
+        <link rel="stylesheet" href="/staticStyle/gbStatic.css">
+        <link rel="stylesheet" href="/style/gb.css">
     </head>
 
     <body>
         <!-- Blue menu bar / hotlinks -->
         <div>
             <!--#include virtual="/cgi-bin/hgMenubar"-->
             <!-- Override nice-menu.css styling -->
-            <link rel="stylesheet" href="../style/gbAfterMenu.css">
+            <link rel="stylesheet" href="/style/gbAfterMenu.css">
             <!-- Override default home link icon -->
-            <link rel="stylesheet" href="../style/gbLogoInMenu.css">
+            <link rel="stylesheet" href="/style/gbLogoInMenu.css">
         </div>
 
         <!-- Grid layout from bootstrap.css -->
         <div class="container-fluid">
             <div class="gbsPage">