Added version to footer.

This commit is contained in:
kay.one 2013-07-09 22:11:57 -07:00
commit cf9ebe9f8e
3 changed files with 15 additions and 2 deletions

View file

@ -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;
}