Skip to content

In Chrome, the default style looked something like this:#35

Closed
kaleb wants to merge 1 commit into
necolas:masterfrom
kaleb:patch-1
Closed

In Chrome, the default style looked something like this:#35
kaleb wants to merge 1 commit into
necolas:masterfrom
kaleb:patch-1

Conversation

@kaleb
Copy link
Copy Markdown

@kaleb kaleb commented Sep 1, 2011

:-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) h1 {
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
}

IE 9 had the same font size. I could not find a good way to be as concise as the above example that works cross browser.

There may be other headers within the new semantic tags that should be normalized.

    :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) h1 {
        font-size: 1.17em;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
    }

IE 9 had the same font size. I could not find a good way to be as concise as the above example that works cross browser.

There may be other headers within the new semantic tags that should be normalized.
@necolas
Copy link
Copy Markdown
Owner

necolas commented Sep 2, 2011

Thanks but not happening. See #29

@necolas necolas closed this Sep 2, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants