File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -669,9 +669,6 @@ button.btn i, a.btn i {
669669 display : inline-block;
670670}
671671
672- .academy-wrapper .carousel .item {
673- min-height : 40em ;
674- }
675672
676673.academy-wrapper .carousel .carousel-indicators {
677674 display : none;
@@ -904,6 +901,12 @@ button.btn i, a.btn i {
904901}
905902
906903
904+
905+ .signature {
906+ display : flex;
907+ }
908+
909+
907910.signature > * {
908911 flex : 1 100% ;
909912 padding : 0 ;
Original file line number Diff line number Diff line change 2727 <a href=" {$RegistrationLink}" class=" btn register-btn-lrg" >Get your tickets <i class=" fa fa-arrow-right" ></i>
2828 </a>
2929 </li>
30+
31+ <li class=" link dropdown" >
32+ <li class=" dropdown" >
33+ <a href=" #" class=" dropdown-toggle" data-toggle=" dropdown" role=" button" aria-haspopup=" true" aria-expanded=" false" >Dropdown <span class=" caret" ></span></a>
34+ <ul class=" dropdown-menu" >
35+ <li><a href=" #" >Action</a></li>
36+ <li><a href=" #" >Another action</a></li>
37+ <li><a href=" #" >Something else here</a></li>
38+ <li role=" separator" class=" divider" ></li>
39+ <li class=" dropdown-header" >Nav header</li>
40+ <li><a href=" #" >Separated link</a></li>
41+ <li><a href=" #" >One more separated link</a></li>
42+ </ul>
43+ </li>
44+ </li>
3045 </ul>
3146 </div>
3247 </nav>
You can’t perform that action at this time.
0 commit comments