10 lines
105 B
CSS
10 lines
105 B
CSS
.rightinfo {
|
|
float: left;
|
|
width: 10%;
|
|
}
|
|
|
|
.searchform {
|
|
float: right;
|
|
margin-top: 25px;
|
|
}
|