]> git.llucax.com Git - software/blitiri.git/commitdiff
Remove <br/>s to make the default template more XHTML 1.0 Strict friendly
authorLeandro Lucarella <luca@llucax.com.ar>
Fri, 8 Aug 2008 17:53:50 +0000 (14:53 -0300)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Fri, 8 Aug 2008 22:53:19 +0000 (19:53 -0300)
blitiri.cgi

index b95d5ca03dd23bd52a2792fa3b139a05835d99d4..3c904b76cdd5e530e4a9ff7d2a253f8e5772ea3e 100755 (executable)
@@ -86,8 +86,7 @@ default_main_header = """
 """
 
 default_main_footer = """
-</div><p/>
-<hr/><br/>
+</div>
 <div class="footer">
   %(showyear)s: %(monthlinks)s<br/>
   years: %(yearlinks)s<br/>
@@ -179,15 +178,11 @@ div.article {
        margin-bottom: 2em;
 }
 
-hr {
-       float: left;
-       height: 2px;
-       border: 0;
-       background-color: #99F;
-       width: 100%;
-}
-
 div.footer {
+       margin-top: 1em;
+       padding-top: 0.4em;
+       width: 100%;
+       border-top: 2px solid #99F;
        font-size: x-small;
 }