BambooPanda (Talk | contribs) |
|||
Line 183: | Line 183: | ||
/* Style the accordion panel. Note: hidden by default */ | /* Style the accordion panel. Note: hidden by default */ | ||
.panel { | .panel { | ||
− | background-color: | + | background-color: transparent; |
text-align: left; | text-align: left; | ||
margin-top: 10px; | margin-top: 10px; | ||
Line 189: | Line 189: | ||
overflow: hidden; | overflow: hidden; | ||
transition: max-height 0.2s ease-out; | transition: max-height 0.2s ease-out; | ||
+ | } | ||
+ | .panel-inside{ | ||
+ | display: inline-block; | ||
+ | max-width: 85%; | ||
+ | text-align: justify; | ||
} | } | ||
.accordion:after { | .accordion:after { |
Revision as of 13:06, 9 October 2018