mirror of
https://git.coop/cotech/website.git
synced 2024-11-07 17:08:44 +00:00
2ff3d47bda
And use relative URL in stylesheet link so it is served locally.
12 lines
142 B
CSS
12 lines
142 B
CSS
.oowp-error {
|
|
background: #fcc;
|
|
border: 1px dashed #c33;
|
|
margin: 2px;
|
|
padding: 2px;
|
|
float: left;
|
|
clear: both;
|
|
}
|
|
|
|
.ooleft{
|
|
float: left;
|
|
} |