Skip to content

Commit

Permalink
Adding main and a to reset
Browse files Browse the repository at this point in the history
  • Loading branch information
kenwheeler committed Mar 11, 2014
1 parent d4272b9 commit de30b82
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 86 deletions.
3 changes: 3 additions & 0 deletions demo/index.html
Expand Up @@ -9,6 +9,9 @@
<meta name="description" content="Structure Style Guide">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="styles/main.css">
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.7.1/modernizr.min.js
"></script>
</head>
<body>
<header class="primary">
Expand Down
5 changes: 4 additions & 1 deletion demo/styles/main.css
Expand Up @@ -12,12 +12,15 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
font: inherit;
vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
display: block; }

ol, ul {
list-style: none; }

a {
text-decoration: none; }

blockquote, q {
quotes: none; }

Expand Down

0 comments on commit de30b82

Please sign in to comment.