mirror of
https://git.coop/cotech/website.git
synced 2024-11-07 17:08:44 +00:00
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;
|
||
|
}
|