17 lines
209 B
CSS
17 lines
209 B
CSS
.infoTitle {
|
|
clear:both;
|
|
float:left;
|
|
width:180px;
|
|
margin-left:30px;
|
|
padding:0 10px 5px 0;
|
|
}
|
|
.infoData {
|
|
float:left;
|
|
width:320px;
|
|
margin:2px 0;
|
|
}
|
|
|
|
div.submit{
|
|
clear:both;
|
|
text-align:center;
|
|
} |