Initial commit
This commit is contained in:
36
spec/fixtures/assets/css/style.css
vendored
Normal file
36
spec/fixtures/assets/css/style.css
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user