5
0
mirror of https://git.coop/cotech/website.git synced 2024-09-12 17:46:02 +00:00
cotech-website/app/mu-plugins/oowp/oowp.css
James Mead 2ff3d47bda Add /app/mu-plugins/oowp/oowp.css
And use relative URL in stylesheet link so it is served locally.
2017-06-28 11:29:34 +01:00

12 lines
142 B
CSS

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