Add in shadowing to make devOsan title stand out and readable. Made links stand out more with bolding and underlining. Created script to collapse menu. This is a fix for Issue #5
parent
2b581138b3
commit
c4f30b9f99
@ -0,0 +1,4 @@ |
||||
$(function(){ |
||||
var navMain = $(".navbar-collapse"); |
||||
navMain.on("click","a:not([data-toggle])",null,function(){navMain.collapse('hide');}); |
||||
}); |
Loading…
Reference in new issue