From 21134bf75dba4b128a2536652bcf9fc96d0cccfc Mon Sep 17 00:00:00 2001
From: Kevin Abel <kevin.abel.0@gmail.com>
Date: Mon, 19 May 2014 17:46:50 -0500
Subject: [PATCH] Fix URL to visitor CSS (hosted from different domain)

---
 visitor/index.shtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/visitor/index.shtml b/visitor/index.shtml
index d6358223..66676a1a 100644
--- a/visitor/index.shtml
+++ b/visitor/index.shtml
@@ -27,7 +27,7 @@
 <!-- InstanceBeginEditable name="head" -->
 <!-- Place optional header elements here -->
 <!--[if (gte IE 9)|!(IEMobile)|!(IE)]><!-->
-<link rel="stylesheet" href="../sharedcode/css/4.0.css" />
+<link rel="stylesheet" href="/ucomm/sharedcode/css/4.0.css" />
 <!--<![endif]-->
 <!-- For old IE, bring in all the styles w/o media queries -->
 <!--[if lt IE 9]>
-- 
GitLab