This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 875fa88 try putting css in root
875fa88 is described below
commit 875fa8823f472dad59b8c491f9e139353847be61
Author: Alex Harui <[email protected]>
AuthorDate: Fri Jan 19 12:52:48 2018 -0800
try putting css in root
---
_layouts/docpage.html | 2 +-
_layouts/royalesite.css => royalesite.css | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index e61b15a..c1e5525 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -20,7 +20,7 @@ limitations under the License.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
-<link rel="stylesheet"
href="https://apache.github.io/royale-docs/_layouts/royalesite.css" />
+<link rel="stylesheet"
href="https://apache.github.io/royale-docs/royalesite.css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>{{page.title}}</title>
</head>
diff --git a/_layouts/royalesite.css b/royalesite.css
similarity index 100%
rename from _layouts/royalesite.css
rename to royalesite.css
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].