17 lines
263 B
CSS
17 lines
263 B
CSS
body {
|
|
margin: 0;
|
|
background-attachment: fixed;
|
|
background-size: auto 100%;
|
|
background-repeat: no-repeat;
|
|
background-position: center top;
|
|
}
|
|
|
|
.content {
|
|
width:90% !important;
|
|
}
|
|
|
|
.postMenu {
|
|
padding:3px 5px 3px 5px;
|
|
margin-top:-11px !important;
|
|
}
|