Add /app/mu-plugins/oowp/oowp.css

And use relative URL in stylesheet link so it is served locally.
This commit is contained in:
James Mead 2017-06-28 11:29:34 +01:00
parent 7b3a5187a4
commit 2ff3d47bda
2 changed files with 13 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<title>About &laquo; Cooperative Technologists</title>
<link rel="canonical" href="https://www.coops.tech/about/">
<link rel='dns-prefetch' href='//s.w.org' />
<link rel='stylesheet' id='oowp_css-css' href='https://www.coops.tech/app/mu-plugins/oowp/oowp.css?ver=4.8' type='text/css' media='all' />
<link rel='stylesheet' id='oowp_css-css' href='/app/mu-plugins/oowp/oowp.css?ver=4.8' type='text/css' media='all' />
<link rel='stylesheet' id='app-css' href='https://www.coops.tech/app/themes/coop-tech-oowp-theme/public/css/app.css?ver=4.8' type='text/css' media='all' />
<script type='text/javascript' src='https://www.coops.tech/app/themes/coop-tech-oowp-theme/public/js/vendor.js?ver=4.8'></script>
<link rel='https://api.w.org/' href='https://www.coops.tech/wp-json/' />

View File

@ -0,0 +1,12 @@
.oowp-error {
background: #fcc;
border: 1px dashed #c33;
margin: 2px;
padding: 2px;
float: left;
clear: both;
}
.ooleft{
float: left;
}