Closed Alex-Sokolov closed 11 years ago
I have a markup:
<div id="waterfall" class="container"> <div class="timeline-item"></div> <div class="timeline-item"></div> <div class="timeline-item"></div> <div class="timeline-item"></div> </div>
There are news, that I want to show in 2 columns. Between this colums only for styling purposes I want to add timeline.
<div id="waterfall" class="container"> <div class="timeline"></div> <div class="timeline-item"></div> <div class="timeline-item"></div> <div class="timeline-item"></div> <div class="timeline-item"></div> </div>
But how I can do, to exclude .timeline block from waterfall reflow
.timeline
Wait for it till evening :)
Look for last commit. Just add data-exclude="true" to an element you want to exclude.
data-exclude="true"
Thanks!
I have a markup:
There are news, that I want to show in 2 columns. Between this colums only for styling purposes I want to add timeline.
But how I can do, to exclude
.timeline
block from waterfall reflow