[geeklog-cvs] geeklog: newpro: IE6 footer fix

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Mar 12 15:15:07 EDT 2012


changeset 8525:54c8da5741b1
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/54c8da5741b1
user: Rouslan Placella <rouslan at placella.com>
date: Mon Mar 12 16:21:00 2012 +0000
description:
newpro: IE6 footer fix

diffstat:

 public_html/layout/newpro/css/layout.css |  9 ---------
 public_html/layout/newpro/footer.thtml   |  1 +
 2 files changed, 1 insertions(+), 9 deletions(-)

diffs (37 lines):

diff -r bb2fef001c35 -r 54c8da5741b1 public_html/layout/newpro/css/layout.css
--- a/public_html/layout/newpro/css/layout.css	Mon Mar 12 16:08:12 2012 +0000
+++ b/public_html/layout/newpro/css/layout.css	Mon Mar 12 16:21:00 2012 +0000
@@ -180,7 +180,6 @@
 --------------------------------------*/
 
 div#container div#footer {
-  clear: left;
   padding: 12px;
   border: 1px solid #656663;
   background: #ededeb;
@@ -195,14 +194,6 @@
   margin: 0 auto;
 }
 
-div#container div#footer-content:after {
-  content: ".";
-  display: block;
-  height: 0;
-  clear: both;
-  visibility: hidden;
-}
-
 /*  Footer Link */
 div#container div#footer a,
 div#container div#footer a:link,
diff -r bb2fef001c35 -r 54c8da5741b1 public_html/layout/newpro/footer.thtml
--- a/public_html/layout/newpro/footer.thtml	Mon Mar 12 16:08:12 2012 +0000
+++ b/public_html/layout/newpro/footer.thtml	Mon Mar 12 16:21:00 2012 +0000
@@ -24,6 +24,7 @@
           <li class="execution_textandtime">{execution_textandtime}</li>
         </ul>
         </div>
+        <div style="clear: both;"></div>
       </div>
       <!-- } #footer -->
 



More information about the geeklog-cvs mailing list