diff examples/common/default/default.css @ 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 5f01ead0174f
children 4f6b63c25ab8
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