Shrunk the top margin, the space between header and start of tabs, to 25px.

This commit is contained in:
Chris Houseknecht
2014-04-28 10:33:50 -04:00
parent 5468a7028f
commit 0a41d89569

View File

@@ -44,7 +44,7 @@ html {
} }
body { body {
padding-top: 100px; padding-top: 75px;
color: @black; color: @black;
} }