37 lines
468 B
CSS
37 lines
468 B
CSS
html {
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
body {
|
|
margin-bottom: 60px;
|
|
}
|
|
.footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 60px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.footer .container .text-muted {
|
|
margin: 20px 0;
|
|
}
|
|
|
|
#brandServiceList li>a {
|
|
background-color:#fff !important;
|
|
}
|
|
|
|
a.outlink {
|
|
text-decoration: none;
|
|
font-color: #000;
|
|
}
|
|
|
|
.list-nobullet {
|
|
list-style-type: none;
|
|
}
|
|
|
|
#logo {
|
|
display: inline-block;
|
|
height: 100px;
|
|
}
|