Browse Source

Issue #17: Added display:block to html5 only elements in the basic template

main
Lakshmi Vyasarajan 13 years ago
parent
commit
6603ffdc8a
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      hyde/layouts/basic/content/media/css/site.css

+ 5
- 0
hyde/layouts/basic/content/media/css/site.css View File

@@ -10,6 +10,11 @@
margin: 0; margin: 0;
} }


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

table { table {
border-collapse: collapse; border-collapse: collapse;
} }


Loading…
Cancel
Save