<div id="container">
<div class="expandable-panel" id="cp-1">
<div class="expandable-panel-heading">
- <h4>Content heading 1
-
- </h4>
+ <h4>Content heading 1</h4>
</div>
<div class="expandable-panel-content">
<p>
.expandable-panel-content p:first-child {
padding-top:10px;
}
+
.expandable-panel-content p:last-child {
padding-bottom:15px;
}
+
.icon-close-open {
width:20px;
height:20px;
position:absolute;
- background-image:url(icon-close-open.png);
right:15px;
}
.expandable-panel-content img {