Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

nested wrappers issue #12

Open
ghost opened this issue Oct 23, 2011 · 0 comments
Open

nested wrappers issue #12

ghost opened this issue Oct 23, 2011 · 0 comments

Comments

@ghost
Copy link

ghost commented Oct 23, 2011

Hi

        <article id="twoway">
            <section class="wrapper">
                <h3>A two-way split</h3>
                <p class="wrapper" style="width=50%;float:left;">
                    These two blocks of text will float side by side with some empty columns on the sides on large screens. On medium-sized screens the empty columns will disappear, and on small screens the blocks will be stacked vertically.
                </p>
                <p class="wrapper" style="width=50%;float:left;">
                    These two blocks of text will float side by side with some empty columns on the sides on large screens. On medium-sized screens the empty columns will disappear, and on small screens the blocks will be stacked vertically.
                </p>
            </section>
            <section class="wrapper">
                <h3>By the way</h3>
                <p>
                    If you're viewing this page on an iOS device, it might zoom in wonkily when you rotate your device. This is because of <a href="http://filamentgroup.com/examples/iosScaleBug/">a Mobile Safari bug</a>.
                </p>
            </section>
        </article>

the left and right margins of the floated paragraphs should somehow merge with the parent margins, shouldn't they?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants