s4

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 diff
     1.1 --- a/examples/common/default/default.css	Wed Jun 15 17:34:08 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Sat Jun 18 21:02:19 2016 +0859
     1.3 @@ -2,7 +2,7 @@
     1.4   * Default CSS definitions
     1.5   */
     1.6  body {background: #eff;}
     1.7 -hr {clear: both;}
     1.8 +h2, h3, hr {clear: both;}
     1.9  *.warn {color: red;}
    1.10  div.topmenu {
    1.11      margin: 0; padding: 0; width: 100%; height: 2em;