Update normalize.css and demo.html from master branch.

This commit is contained in:
Nicolas Gallagher 2012-02-07 01:57:14 +00:00
parent a16ba668aa
commit 38f540b338
2 changed files with 38 additions and 5 deletions

View File

@ -115,6 +115,18 @@
<video controls></video> <video controls></video>
<video></video> <video></video>
<h1>Interactive content</h1>
<h3>details / summary</h3>
<details>
<summary>More info</summary>
<p>Additional information</p>
<ul>
<li>Point 1</li>
<li>Point 2</li>
</ul>
</details>
<h1>Grouping content</h1> <h1>Grouping content</h1>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p>

31
normalize.css vendored
View File

@ -1,4 +1,4 @@
/*! normalize.css 2012-01-31T16:06 UTC - http://github.com/necolas/normalize.css */ /*! normalize.css 2012-02-07T01:46 UTC - http://github.com/necolas/normalize.css */
/* ============================================================================= /* =============================================================================
HTML5 display definitions HTML5 display definitions
@ -262,16 +262,37 @@ sub {
Lists Lists
========================================================================== */ ========================================================================== */
ul, /*
ol { * Addresses margins set differently in IE6/7
margin-left: 0; */
padding: 0 0 0 40px;
dl,
menu,
ol,
p,
pre,
ul {
margin: 1em 0;
} }
dd { dd {
margin: 0 0 0 40px; margin: 0 0 0 40px;
} }
/*
* Addresses paddings set differently in IE6/7
*/
menu,
ol,
ul {
padding: 0 0 0 40px;
}
/*
* Corrects list images handled incorrectly in IE7
*/
nav ul, nav ul,
nav ol { nav ol {
list-style: none; list-style: none;