This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
hyde
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Issue
#17
: Added display:block to html5 only elements in the basic template
main
Lakshmi Vyasarajan
13 years ago
parent
a43583b1fa
commit
6603ffdc8a
1 changed files
with
5 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
}
Write
Preview
Loading…
Cancel
Save