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 wrap: on
line diff
--- a/examples/common/default/default.css	Sun Nov 27 17:14:57 2016 +0859
+++ b/examples/common/default/default.css	Sun Nov 27 17:15:50 2016 +0859
@@ -25,7 +25,7 @@
     border: 2px inset;
 }
 p.copyright {
-    border-top: 2px inset #555; text-align: right;
+    border-top: 2px inset #555; text-align: right; clear: both;
     font-size: 50%;
 }
 p.copyright a {text-decoration: none;}

yatex.org