Small improvements for footer navbar

This commit is contained in:
Ben Schulz
2015-01-10 18:02:27 +01:00
parent 5d173168cc
commit 6795173e77
2 changed files with 20 additions and 8 deletions

View File

@@ -39,8 +39,8 @@ ul+h5 {
.panel-title {
position: relative;
text-overflow:ellipsis;
overflow:hidden;
text-overflow: ellipsis;
overflow: hidden;
}
identicon {
@@ -205,3 +205,15 @@ ul.three-columns li, ul.two-columns li {
padding-left: 0.5em;
text-indent: -0.5em;
}
/** Footer nav on small devices **/
@media (max-width: 767px) {
body {
padding-bottom: 0;
}
.navbar-fixed-bottom {
position: static;
}
}