You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2017/04/12 22:46:50 UTC

[whimsy] 01/02: change stylesheet to something with (a) absolute path, and (b) public access, pt. 2

This is an automated email from the ASF dual-hosted git repository.

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit b5e617931dafe08322de773327b597f9deac5351
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Wed Apr 12 18:22:07 2017 -0400

    change stylesheet to something with (a) absolute path, and (b) public access, pt. 2
---
 www/index.html      | 2 +-
 www/technology.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/index.html b/www/index.html
index b00ac18..ad1a02e 100644
--- a/www/index.html
+++ b/www/index.html
@@ -5,7 +5,7 @@
     <title>Apache Whimsy</title>
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>Apache Whimsy Project And Server Code</title>
-    <link rel="stylesheet" type="text/css" href="members/assets/bootstrap-min.css?1491171314"/>
+    <link rel="stylesheet" type="text/css" href="/status/assets/bootstrap-min.css?1491171314"/>
     <style type="text/css">
       h2 {text-decoration: underline}
       header h2 span {display: none}
diff --git a/www/technology.html b/www/technology.html
index d8ae4be..21434a6 100644
--- a/www/technology.html
+++ b/www/technology.html
@@ -5,7 +5,7 @@
   <meta charset="utf-8"/>
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>Apache Whimsy Project And Server Code</title>
-  <link rel="stylesheet" type="text/css" href="members/assets/bootstrap-min.css?1491171314"/>
+  <link rel="stylesheet" type="text/css" href="/status/assets/bootstrap-min.css?1491171314"/>
   <style type="text/css">
   .footer { 
     margin-top: 20px;

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.