(2 intermediate revisions by the same user not shown) | |||
Line 81: | Line 81: | ||
-o-transition: all 0.3s ease-in; | -o-transition: all 0.3s ease-in; | ||
transition: all 0.3s ease-in; | transition: all 0.3s ease-in; | ||
+ | } | ||
+ | |||
+ | .navbar.landingpage { | ||
+ | position: fixed; | ||
+ | top: 16px; | ||
} | } | ||
Line 145: | Line 150: | ||
<script> | <script> | ||
$(function(){ | $(function(){ | ||
− | if( window.location.href == 'https://2016.igem.org/Team:TU_Darmstadt' { | + | if( window.location.href == 'https://2016.igem.org/Team:TU_Darmstadt') { |
$('navbar').addClass('navbar-landingpage-fixed'); | $('navbar').addClass('navbar-landingpage-fixed'); | ||
} | } |
Latest revision as of 16:01, 17 October 2016