28 lines
422 B
CSS
28 lines
422 B
CSS
#body_div {
|
|
width: 900px;
|
|
margin: auto;
|
|
}
|
|
|
|
header .topbar .container {
|
|
width: 900px;
|
|
margin: auto;
|
|
}
|
|
|
|
.web-content input[type="text"], .web-content input[type="password"], .web-content select {
|
|
min-width: 180px;
|
|
}
|
|
|
|
.web-main-section {
|
|
width: 65%;
|
|
float: left;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.web-side-section {
|
|
width: 30%;
|
|
float: right;
|
|
margin-bottom: 20px;
|
|
margin-right: 15px;
|
|
color: #606060;
|
|
overflow-x: hidden;
|
|
} |