changeset 221:acd904062e55

h2, h3 clear floats
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 18 Jun 2016 21:02:19 +0859
parents 7d05425e4057
children d320c73bf16f
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/default.css	Wed Jun 15 17:34:08 2016 +0859
+++ b/examples/common/default/default.css	Sat Jun 18 21:02:19 2016 +0859
@@ -2,7 +2,7 @@
  * Default CSS definitions
  */
 body {background: #eff;}
-hr {clear: both;}
+h2, h3, hr {clear: both;}
 *.warn {color: red;}
 div.topmenu {
     margin: 0; padding: 0; width: 100%; height: 2em;

yatex.org