This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
lnapp/media/theme/focusbusiness/css/custom.css
2014-09-29 14:47:51 +10:00

40 lines
391 B
CSS

#header {
padding: 25px 0;
}
#header h1 {
width: 500px;
height: 70px;
line-height: 120px;
padding-left: 8px;
font-size: 12px;
}
#header h1 a {
color: #000;
}
#header h1 a:hover {
text-decoration: none;
}
#header h1 a sup {
color: #F90;
padding: 5px;
font-size: 10px;
}
#footer #footer-logo {
height: 65px;
}
.modal-dialog {
height: 400px;
}
#wrapper {
width: 980px;
}