[mail-web] Revert "Solved sticky footer"



commit 165ac0b58cd5d2f0cf979399c553ee747f127ccc
Author: Andrea Veri <av gnome org>
Date:   Thu Nov 7 17:32:39 2013 +0100

    Revert "Solved sticky footer"
    
    This reverts commit 42593e3f82b986aac054b049f8724880eec44a98.

 css/layout.css |   37 +++++--------------------------------
 css/style.css  |   14 ++++----------
 index.html     |   17 +----------------
 3 files changed, 10 insertions(+), 58 deletions(-)
---
diff --git a/css/layout.css b/css/layout.css
index 47cbe45..80888e3 100644
--- a/css/layout.css
+++ b/css/layout.css
@@ -1,8 +1,4 @@
 /* Basic tags */
-html,body
-{
-height:100%;
-}
 body {
 
        padding: 0px;
@@ -69,28 +65,7 @@ a:active {
 .center {
        text-align: center;
 }
-#wrapper {
-       width: 100%;
-       min-height: 100%;
-       height: auto !important;
-       height: 100%;
-       margin: 0px 0px -41px 0px;
- }
-div#footer_wrapper {
-       width: 100%;
-       height: 41px;
- }
-div#content_wrapper {
-       width: 100%;
-       padding: 0px 0px 41px 0px;
- }
-div#footer_wrapper, div#content_wrapper {
-       min-width: 942px;
- }
-div#footer_inner_wrapper, div#content_inner_wrapper {
-      
-       margin: 0px auto;
- }
+
 /* Common page elements: Header, footer, etc. */
 
 #hdr {
@@ -507,9 +482,8 @@ div#content {
 #footer_grass {
     background: url(https://www.gnome.org/wp-content/themes/gnome-grass/images/grass.png) repeat-x scroll 
top transparent;
     height: 39px;
-margin-top:-33px;
-margin-bottom:-5px;
-    bottom:0;
+    margin-top: -33px;
+    bottom: 0;
 }
 
 #footer_community {
@@ -536,7 +510,7 @@ margin-bottom:-5px;
 }
 
 #footer #footnotes {
- /*  font-size: 88%;*/
+/*    font-size: 9px;*/
     margin-top: 4px;
 }
 
@@ -635,8 +609,7 @@ input:-moz-read-write, textarea:-moz-read-write {
 }
 
 .container_12 .grid_9, .container_16 .grid_12 {
-    width: 900px;
-       
+    width: 700px;
 }
 
 .container_12, .container_16 {
diff --git a/css/style.css b/css/style.css
index a377e07..4824186 100644
--- a/css/style.css
+++ b/css/style.css
@@ -130,18 +130,12 @@ input[type=radio] {
     background: none repeat scroll 0 0 #D3D7CF;
     clear: left;
     color: #555753;
-display: inline;
-    float: left;
-    margin-left: 0px;
-    margin-right: 10px;
-width:100%;
-/*margin-bottom:0;
-padding:0 14px 195px;
-*/
+    padding: 14px 0 195px;
+    margin-bottom: 0;
 }
 
 #footer {
-    font-size: 14px;
+    font-size: 12px;
     line-height: 1.4em;
 }
 
@@ -162,7 +156,7 @@ padding:0 14px 195px;
 }
 
 #footer #footnotes small {
-       font-size: 14px;
+       font-size: 88%;
 }
 #footer div.links div a:hover{
     display: block;
diff --git a/index.html b/index.html
index 7dd469c..cfe5827 100644
--- a/index.html
+++ b/index.html
@@ -16,16 +16,9 @@
 </head>
 
 <body id="mail_gnome">
-<div id="wrapper">
-
-      <div id="content_wrapper">
-
-        <div id="content_inner_wrapper">
   <div id="except_footer">
-
     <div id="header" class="container_12">
       <div id="global_domain_bar">
- 
         <div class="maxwidth">
           <div class="tab">
             <a class="root" href="https://www.gnome.org/";>GNOME.org</a>
@@ -156,9 +149,6 @@
         "https://wiki.gnome.org/MailingLists";>MailingLists wiki page</a>.</p>
       </div><!-- end of content -->
     </div>
-</div>
-</div>
-</div>
   </div><!--end of except_footer-->
 
   <div id="footer_community"></div>
@@ -166,10 +156,7 @@
   <div id="footer_grass"></div>
 
   <div id="footer">
-<div id="footer_wrapper">
-
-      <div id="footer_inner_wrapper">
-    <div class="container_12" id="container_12"> 
+    <div class="container_12" id="container_12">
       <div class="links grid_9">
         <div class="menu-footer-container">
           <ul id="menu-footer" class="menu">
@@ -285,8 +272,6 @@
       </div>
     </div>
   </div>
-</div>
-</div>
 </body>
 </html>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]