clipbucket/upload/styles/cb_27/theme/less/footer.less

22 lines
314 B
Text
Raw Normal View History

2013-11-26 19:22:29 +00:00
#footer{
2013-12-01 21:58:46 +00:00
margin: 0px 30px;
2013-11-26 19:22:29 +00:00
ul{
maring:0px; padding:0px;
2013-12-01 21:58:46 +00:00
margin-top: 20px;
2013-11-26 19:22:29 +00:00
li{
display: inline-block;
margin-right:15px;
}
}
}
#container:after,
footer {
height: @footer-height;
}
footer {
.box-shadow(0px;0px;10px;rgba(0,0,0,0.2));
background: #fff;
}