I'll try my best to describe the problem as good as possible:
Below is a design i need to implement using bootstrap. (preferably no JS/jquery, only css)
All content is in a bootstrap container (not fluid, responsive fixed width) with two columns.
The left green border should extend with the content in the first left (yellow) div.
The left green border should not extend when content is added in the right column (red).
I've tried some approaches but can't find the perfect solution.
Can anyone put me in the right direction to solve this?
My approach was to add a (full-width) div around the container, with a green border-left, and use multiple containers/rows. But then the height of the green border is also depending on the height of the right column.
I hope i explained the problem in an understandable way...
Thanks in advance!