sipb-www
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfc13b9
)
style.css: Add compatability definitions for more block-level html5 elements. Closes...
author
Joey Hess
<joey@kitenet.net>
Tue, 3 Dec 2013 16:44:11 +0000
(12:44 -0400)
committer
Joey Hess
<joey@kitenet.net>
Tue, 3 Dec 2013 16:44:11 +0000
(12:44 -0400)
debian/changelog
patch
|
blob
|
history
doc/style.css
patch
|
blob
|
history
diff --git
a/debian/changelog
b/debian/changelog
index a984aa4f29228ca7e9706294a4a20f449e18facb..1b0fd18ff656759b282898c04263c1cc36736d09 100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-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
diff --git
a/doc/style.css
b/doc/style.css
index 067a3bf7a65f4449bcd2452407c137dc5c27dc2b..4c48e5c7b9ebbcb2b9b1d6a9f49915c727f2b55c 100644
(file)
--- a/
doc/style.css
+++ b/
doc/style.css
@@
-5,10
+5,8
@@
*/
/* html5 compat */
-article,
-header,
-footer,
-nav {
+article,aside,details,figcaption,figure,
+footer,header,hgroup,menu,nav,section {
display: block;
}