Template:Team:Waterloo/CSS/baseWiki
From 2014.igem.org
(Difference between revisions)
Line 141: | Line 141: | ||
height:60px; | height:60px; | ||
} | } | ||
- | + | .sections_panel{ | |
position:absolute; | position:absolute; | ||
height:0px; | height:0px; | ||
Line 151: | Line 151: | ||
z-index:10000; | z-index:10000; | ||
transition: height 0.3s linear 0s; | transition: height 0.3s linear 0s; | ||
+ | display: none; | ||
+ | } | ||
+ | .barheading:hover > .sections_panel{ | ||
+ | display: inline | ||
} | } | ||
div#topbar > .sections_panel > div{ | div#topbar > .sections_panel > div{ |
Revision as of 23:50, 15 October 2014