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;
|
||
|
}
|