Line 16: | Line 16: | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
/* Fix top panel Bootstrap issues. Patch by iGEM Stockholm 2015. Include this stylesheet in your header, after Bootstrap, to restore the original style to the top menu.*/ | /* Fix top panel Bootstrap issues. Patch by iGEM Stockholm 2015. Include this stylesheet in your header, after Bootstrap, to restore the original style to the top menu.*/ | ||
Line 148: | Line 144: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
Line 258: | Line 204: | ||
// in case you preview mode is selected, the menu is hidden for better visibility | // in case you preview mode is selected, the menu is hidden for better visibility | ||
if (window.location.href.indexOf("submit") >= 0) { | if (window.location.href.indexOf("submit") >= 0) { | ||
− | $(". | + | $(".igem_menu_wrapperr").hide(); |
} | } | ||
Line 269: | Line 215: | ||
// show/hide the menu wrapper | // show/hide the menu wrapper | ||
− | $(". | + | $(".igem_menu_wrapper").fadeToggle("100"); |
}); | }); | ||
} | } | ||
Line 289: | Line 235: | ||
<body> | <body> | ||
− | <nav class="navbar navbar-inverse navbar-fixed-top handsy | + | <nav class="navbar navbar-inverse navbar-fixed-top handsy" > |
<div class="container-fluid"> | <div class="container-fluid"> | ||
<div class="navbar-header" > | <div class="navbar-header" > |
Revision as of 17:47, 1 November 2017