style.css: Add compatability definitions for more block-level html5 elements. Closes: #731199
parent
bfc13b9070
commit
b24235c153
|
@ -18,6 +18,8 @@ ikiwiki (3.20130904.2) UNRELEASED; urgency=low
|
|||
corrupt themselves, which happens all too frequently).
|
||||
* osm: Remove invalid use of charset on embedded javascript tags.
|
||||
Closes: #731197
|
||||
* style.css: Add compatability definitions for more block-level
|
||||
html5 elements. Closes: #731199
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 05 Sep 2013 10:01:10 -0400
|
||||
|
||||
|
|
|
@ -5,10 +5,8 @@
|
|||
*/
|
||||
|
||||
/* html5 compat */
|
||||
article,
|
||||
header,
|
||||
footer,
|
||||
nav {
|
||||
article,aside,details,figcaption,figure,
|
||||
footer,header,hgroup,menu,nav,section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue