Adjust spaces and sizes on sidebar

Addressing the changes discussed over skype to fix #6564, and an incoming issue with #6584 in which the absence of the button will create awkward empty spaces.
Took that chance to improve the spacing even further —vertical real state.

----

bonus: changed the colour for the navbar hover status (brown -> darkgreen)
This commit is contained in:
Hallaathrad
2016-01-29 19:45:21 -05:00
committed by SaintPeter
parent c62b7abf8f
commit 81f9b92bed
3 changed files with 27 additions and 31 deletions

View File

@@ -360,7 +360,7 @@
// Navbar links
@navbar-default-link-color: @gray-lighter;
@navbar-default-link-hover-color: #4a2b0f;
@navbar-default-link-hover-color: darkgreen;
@navbar-default-link-hover-bg: @gray-lighter;
@navbar-default-link-active-color: @gray-lighter;
@navbar-default-link-active-bg: darken(@navbar-default-bg, 6.5%);