Team:UANL Mty-Mexico/CoreCSS
From 2013.igem.org
(Difference between revisions)
Line 6,316: | Line 6,316: | ||
.justified{ | .justified{ | ||
text-align:justify; | text-align:justify; | ||
+ | } | ||
+ | /* Collapsed state for list element */ | ||
+ | #expList .collapsed { | ||
+ | background-image: <span class="glyphicon glyphicon-down"></span>; | ||
+ | } | ||
+ | /* Expanded state for list element | ||
+ | /* NOTE: This class must be located UNDER the collapsed one */ | ||
+ | #expList .expanded { | ||
+ | background-image: <span class="glyphicon glyphicon-up"></span>; | ||
} | } | ||
Revision as of 20:15, 7 September 2013