The branch, master has been updated
       via  4b5dd94... Reduce the padding after the page header.
       via  3601996... Remove local_footer specific stuff from the main stuff
      from  cdd7bcb... Remove superfluous link to the current stable release.

http://gitweb.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 4b5dd94bfbf81d12ca82fc197b8f1a33cea0fa47
Author: Stefan Metzmacher <me...@samba.org>
Date:   Thu May 20 12:35:57 2010 +0200

    Reduce the padding after the page header.
    
    metze

commit 3601996a29b3c898e3bc537970b1928ae4a40030
Author: Stefan Metzmacher <me...@samba.org>
Date:   Thu May 20 12:33:30 2010 +0200

    Remove local_footer specific stuff from the main stuff
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 footer.html                |    5 +----
 index.html                 |    5 +----
 style/2010/grey/screen.css |   26 +-------------------------
 3 files changed, 3 insertions(+), 33 deletions(-)


Changeset truncated at 500 lines:

diff --git a/footer.html b/footer.html
index f899e52..91c696a 100755
--- a/footer.html
+++ b/footer.html
@@ -46,10 +46,7 @@
                        </div>
                        <!-- footer -->
                        <div class="noPrint" id="ft">
-                               <div id="ftText">
-                                       Powered by <a 
href="http://www.sernet.com/"; target="_blank">SerNet</a>
-                               </div>
-                               <div id="ftLocalFooter">
+                               <div id="ftFooter">
 <!--#include virtual="/samba/local_footer.html" -->
                                </div>
                                <div class="clearing"></div>
diff --git a/index.html b/index.html
index 3cc0077..a741ebf 100644
--- a/index.html
+++ b/index.html
@@ -146,10 +146,7 @@
                        </div>
                        <!-- footer -->
                        <div class="noPrint" id="ft">
-                               <div id="ftText">
-                                       Powered by <a 
href="http://www.sernet.com/"; target="_blank">SerNet</a>
-                               </div>
-                               <div id="ftLocalFooter">
+                               <div id="ftFooter">
 <!--#include virtual="/samba/local_footer.html" -->
                                </div>
                                <div class="clearing"></div>
diff --git a/style/2010/grey/screen.css b/style/2010/grey/screen.css
index b8520dd..892d0c6 100644
--- a/style/2010/grey/screen.css
+++ b/style/2010/grey/screen.css
@@ -152,7 +152,7 @@ body * {
 /* header -------------------------------------*/
 #hd {
        margin: 0;
-       padding: 0 0 39px;
+       padding: 0 0 20px;
 }
 
 /* search form */
@@ -597,30 +597,6 @@ body * {
        line-height: 16px;
 }
 
-#ftText {
-       float: left;
-       margin: 0 0 0 166px;
-}
-
-#pageStart #ftText {
-       margin: 0 0 0 174px;
-}
-
-#ftLocalFooter {
-       float: left;
-       width: 410px;
-       text-align: center;
-       margin: 0;
-}
-
-#ftLocalFooter a:link,
-#ftLocalFooter a:visited,
-#ftLocalFooter a:active,
-#ftLocalFooter a[href]:hover {
-       font-size: 9px;
-       line-height: 16px;
-}
-
 /* general styles -----------------------------*/
 #pageStart h1 {
        color: #c90000;


-- 
Samba Website Repository

Reply via email to