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

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