lib/common/templates/sass/footer in skellington-0.8.5 vs lib/common/templates/sass/footer in skellington-0.8.6

- old
+ new

@@ -21,16 +21,22 @@ .footer { position: absolute; bottom: 0; width: 100%; + text-align: center; + margin-top: $padding-large-vertical; background: $brand-primary; color: white; height: $footer-height; padding: $padding-large-vertical $padding-large-horizontal; + ul { + @extend .list-inline; + } + a { color: white; } } <% end %>