You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
296 B

13 years ago
body {
background: #f7fdff;
}
@media (max-width: 980px) {
.navbar-fixed-top {
margin-bottom: 0px;
}
13 years ago
}
@media (min-width: 980px) {
#main {
margin-top: 40px;
}
}
13 years ago
.footer {
margin-top: 25px;
padding: 15px 0 15px;
border-top: 1px solid #E5E5E5;
}