site: gingerly remove h4/5/6 clear style to fix relnotes

Release notes and manual look fine. It may break layout somewhere else.
This commit is contained in:
Simon Michael 2016-10-29 10:05:00 -07:00
parent 91686b400b
commit fe1ce15dbe

View File

@ -31,9 +31,11 @@ pre.shell::first-line {
.clear { .clear {
clear:both; clear:both;
} }
/*
h4, h5, h6 { h4, h5, h6 {
clear:both; clear:both;
} }
*/
.display-table { .display-table {
display:table; display:table;
} }