Line 6: | Line 6: | ||
<script type="text/javascript" src="https://2018.igem.org/Template:UConn/js/popper?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2018.igem.org/Template:UConn/js/popper?action=raw&ctype=text/javascript"></script> | ||
<script type="text/javascript" src="https://2018.igem.org/Template:UConn/js/bootstrap?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2018.igem.org/Template:UConn/js/bootstrap?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | /************************************NAVBAR FIXES**************************/ | ||
<style> | <style> | ||
− | /* | + | /* dropdown on hover*/ |
@media (min-width: 992px) { | @media (min-width: 992px) { | ||
Line 16: | Line 18: | ||
} | } | ||
} | } | ||
+ | |||
+ | /*dropdown center*/ | ||
+ | |||
+ | .navbar-nav .dropdown-menu { | ||
+ | position: static; | ||
+ | float: none; | ||
+ | left: 50%; | ||
+ | transform: translateX(-50%); | ||
+ | } | ||
+ | |||
+ | /*dropdown circle highlight*/ | ||
+ | |||
+ | .nav-link:hover, | ||
+ | .nav-link:focus { | ||
+ | background-color: #B3EDF2; | ||
+ | border-radius: 50%; | ||
+ | display: inline-block | ||
+ | } | ||
+ | |||
</style> | </style> | ||
+ | /********************************************************************************/ | ||
</html> | </html> |
Revision as of 18:45, 13 June 2018
/************************************NAVBAR FIXES**************************/ /********************************************************************************/