s4

changeset 377:e8630c45a3ef

Clear float at pre.list instead of script body
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 27 Nov 2016 17:15:50 +0859
parents d09dd70730a0
children 165fa0a61d18
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Sun Nov 27 17:14:57 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Sun Nov 27 17:15:50 2016 +0859
     1.3 @@ -25,7 +25,7 @@
     1.4      border: 2px inset;
     1.5  }
     1.6  p.copyright {
     1.7 -    border-top: 2px inset #555; text-align: right;
     1.8 +    border-top: 2px inset #555; text-align: right; clear: both;
     1.9      font-size: 50%;
    1.10  }
    1.11  p.copyright a {text-decoration: none;}