Merge pull request #1514 from royshouvik/patch-1

Update main.less to fix #1510
pull/1625/head
Berkeley Martinez 2015-08-04 12:37:26 -07:00
commit ce0b3b35c0
1 changed files with 1 additions and 0 deletions

View File

@ -577,6 +577,7 @@ thead {
margin: 0 auto;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}