Commit: b78ec783878ce62bd7c0971f29cd36f5ce6e6051 Author: Sobak <[email protected]> Fri, 28 Apr 2017 08:47:34 +0200 Parents: a950a07b0e183d83f64309d24827398920d14d00 Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=b78ec783878ce62bd7c0971f29cd36f5ce6e6051 Log: Further simplification of footer Changed paths: M docroot/styles/content.css M templates/footer.php Diff: diff --git a/docroot/styles/content.css b/docroot/styles/content.css index dd1422b..2b41c24 100644 --- a/docroot/styles/content.css +++ b/docroot/styles/content.css @@ -774,43 +774,8 @@ #footer .info { line-height:1.4; - padding:18px 12px; -} - -#copyright { - float:left; -} - -#footer-menu { - text-align:right; -} - -#footer-menu ul { - display:inline; - color: #6280B2; -} - -#footer-menu ul li { - display:inline; - border-right:1px solid #6280B2; - padding: 0 1%; -} - -#footer-menu ul .last { - border:0; - padding-right:0; -} - -#footer-menu ul .first { - padding-left:0; -} - -#footer-menu small { - color:#7C7C7C; -} - -#footer-menu small a { - color:#000; + padding:10px 0; + text-align: center; } /* Manual tweaks diff --git a/templates/footer.php b/templates/footer.php index aaa3109..a2639e7 100644 --- a/templates/footer.php +++ b/templates/footer.php @@ -2,13 +2,9 @@ <span class="corners-top"><span></span></span> <div class="info"> - <div id="copyright"> - <a href="http://www.php.net/copyright.php">Copyright © 2001-2017 The PHP Group</a><br>All rights reserved. - </div><!-- #copyright --> - - <div id="footer-menu"> - </div><!-- #footer-menu --> - </div><!-- .info --> + <a href="http://www.php.net/copyright.php">Copyright © 2001-<?php echo date('Y') ?> The PHP Group</a><br> + All rights reserved. + </div> <span class="corners-bottom"><span></span></span> </li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
