##// END OF EJS Templates
Re-enabled nav bar height
Jonathan Frederic -
Show More
@@ -4,7 +4,7 b''
4 @text-color: @black;
4 @text-color: @black;
5 @font-size-base: 13px;
5 @font-size-base: 13px;
6 @font-family-monospace: monospace; // to allow user to customize their fonts
6 @font-family-monospace: monospace; // to allow user to customize their fonts
7 // @navbar-height: 36px; Not used it BS3
7 @navbar-height: 36px;
8
8
9 code {
9 code {
10 color: @black; // default code color in bootstrap is #d14 (crimson / amaranth)
10 color: @black; // default code color in bootstrap is #d14 (crimson / amaranth)
General Comments 0
You need to be logged in to leave comments. Login now