Index: style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/sky/style.css,v
retrieving revision 1.12
diff -u -r1.12 style.css
--- style.css	11 Aug 2008 18:59:54 -0000	1.12
+++ style.css	6 Feb 2009 15:09:45 -0000
@@ -243,34 +243,27 @@
 
 /* Rounded corners in footer */
 .bottom {
-  height: 16px;
-  clear: both;
-}
-
-.bottom span {
-  position: relative;
-  height: 16px;
-  display: inline-block;
-  line-height: 16px;
+position: relative;
+clear: both;
+float: left;
+width: 100%;
+line-height: 16px;
 }
 
 .bottom .fl {
-  float: left;
-  background: url('images/bg-footer-bl.png') no-repeat left bottom;
-  width: 2.5%;
+background: url('images/corners.png') no-repeat left bottom;
+float: left;
+width: 16px;
 }
 
 .bottom .middle {
-  float: left;
-  width: 95%;
-  z-index: 99;
+margin: 0 16px;
 }
 
 .bottom .fr {
-  background: url('images/bg-footer-br.png') no-repeat right bottom;
-  width: 2.5%;
-  float: left;
-  z-index: 100;
+background: url('images/corners.png') no-repeat right bottom;
+width: 16px;
+float: right;
 }
 
 /* Both Sidebars */

