diff --git a/UI/Content/base.less b/UI/Content/base.less index 953139f56..24201c5f7 100644 --- a/UI/Content/base.less +++ b/UI/Content/base.less @@ -96,9 +96,17 @@ th { &.sortable { &:hover { - background: @tableBackgroundHover; + background : @tableBackgroundHover; } .clickable(); } } + +#footer-region { + .text-center(); + position : relative; + width : 256px; + margin : 50px auto 0px auto; + display : block; +} diff --git a/UI/Index.html b/UI/Index.html index 908fe45ec..da8644019 100644 --- a/UI/Index.html +++ b/UI/Index.html @@ -90,7 +90,10 @@