fixes an overflow to the right issue on the wrapper.
authoralison benjamin <radiocontrolled@gmail.com>
Mon, 15 Aug 2011 17:45:03 +0000 (17:45 -0000)
committeralison benjamin <radiocontrolled@gmail.com>
Mon, 15 Aug 2011 17:45:03 +0000 (17:45 -0000)
docs/themes/mobile/tablet.css

index 9769fdb..e6661a5 100644 (file)
@@ -11,9 +11,7 @@ html, body{
 }
                
 #main{
-       padding-bottom: 2.3em;
-       /*overflow: auto; commented out because of Firefox problems... */
-       z-index: 1000;
+       overflow-x: hidden;
 }
 
 body,ul,li {
@@ -73,11 +71,12 @@ body,ul,li {
 }
 #wrapper{
        width:100%;
-       overflow:hidden;
+       /*overflow:hidden;*/
        overflow: auto;
        min-height: 100%;
        background-image: url(images/idi_background.png);
 
+
        
 }
 #header-section-title {
@@ -611,12 +610,18 @@ h1#section-title {
 
 #footer{
        /*width:100%;*/
-       height:2.3em;
+       /*height:2.3em;
        background-color: #4b6b90;
        margin-top: -2.3em;
        position: relative;
-       clear: both;
+       clear: both;*/
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(black));
+               height:2.3em;
+
+       margin-top: -2.3em;
+       position: relative;
+       clear: both;
+       
 }
 div#footer-links{
        margin: 0 auto;
@@ -2489,5 +2494,3 @@ ul.sequence-links li a:active:before {
     background:#730800;
 }
 
-
-