10 lines
161 B
CSS
10 lines
161 B
CSS
|
.newsletter{
|
||
|
float:left;
|
||
|
width: 200px;
|
||
|
text-align:center;
|
||
|
}
|
||
|
#message{float:left;color:red;}
|
||
|
dd, dt {float:left;}
|
||
|
.note {
|
||
|
color: Red; font-size: 90%;clear:both;}
|