diff examples/common/default/default.css @ 221:acd904062e55

h2, h3 clear floats
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 18 Jun 2016 21:02:19 +0859
parents e2dea2f63a69
children 52a802a655a9
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