You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/04/11 15:02:02 UTC

[whimsy] branch master updated: change stylesheet to something with (a) absolute path, and (b) public access

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  8f8c8a0   change stylesheet to something with (a) absolute path, and (b) public access
8f8c8a0 is described below

commit 8f8c8a02a88c85a70a0ebb316cc6891c9bdd2c44
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Apr 11 11:01:28 2017 -0400

    change stylesheet to something with (a) absolute path, and (b) public access
---
 www/401.html | 2 +-
 www/404.html | 2 +-
 www/500.html | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/401.html b/www/401.html
index 4f74d34..1205d77 100644
--- a/www/401.html
+++ b/www/401.html
@@ -4,7 +4,7 @@
   <meta charset="utf-8"/>
   <title>Apache Whimsy - 401 Error Page</title>
   <meta name="viewport" content="width=device-width, initial-scale=1">
-  <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"/>
 </head>
 <body>
   <div class="header container-fluid">
diff --git a/www/404.html b/www/404.html
index 50a30ce..f1adc8c 100644
--- a/www/404.html
+++ b/www/404.html
@@ -4,7 +4,7 @@
   <meta charset="utf-8"/>
   <title>Apache Whimsy - 404 Error Page</title>
   <meta name="viewport" content="width=device-width, initial-scale=1">
-  <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"/>
 </head>
 <body>
   <div class="header container-fluid">
diff --git a/www/500.html b/www/500.html
index ec24267..6ebda8e 100644
--- a/www/500.html
+++ b/www/500.html
@@ -4,7 +4,7 @@
   <meta charset="utf-8"/>
   <title>Apache Whimsy - 500 Error Page</title>
   <meta name="viewport" content="width=device-width, initial-scale=1">
-  <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"/>
 </head>
 <body>
   <div class="header container-fluid">

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