diff options
author | Arun Persaud <arun@nubati.net> | 2012-12-09 18:52:43 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2012-12-09 18:52:43 -0800 |
commit | 89f79886863416f6ab4f7587d053dbcac438e1b1 (patch) | |
tree | fcbe4c429a1aaad706b407bd2a5052f06b724666 | |
parent | 4681b437e331256dc70663f130ce2de57a03d099 (diff) | |
download | e-DoKo-89f79886863416f6ab4f7587d053dbcac438e1b1.tar.gz e-DoKo-89f79886863416f6ab4f7587d053dbcac438e1b1.tar.bz2 e-DoKo-89f79886863416f6ab4f7587d053dbcac438e1b1.zip |
LAYOUT: make footer smaller
-rw-r--r-- | css/standard.less | 4 | ||||
-rw-r--r-- | include/output.php | 9 |
2 files changed, 6 insertions, 7 deletions
diff --git a/css/standard.less b/css/standard.less index a5c79c3..3a32187 100644 --- a/css/standard.less +++ b/css/standard.less @@ -46,8 +46,8 @@ footer { padding:0em 0.2em; border-top: 2px solid gray; } -footer .right { float:right; font-size:smaller;} -footer .left { text-aling:left; font-size:smaller;} +footer .right { float:right; margin-top:1em; line-height:90%;font-size:smaller;} +footer .left { text-align:left; line-height:90%;font-size:smaller;} .WIP { background-color: #efaaaa; diff --git a/include/output.php b/include/output.php index a5e4942..34b5261 100644 --- a/include/output.php +++ b/include/output.php @@ -442,12 +442,11 @@ function output_footer() echo "</div>\n\n"; echo "<footer>\n"; - echo " <p class=\"right\"> See the latest changes <a href=\"http://nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=summary\">\n". + echo " <p class=\"right\"> See the latest changes <a href=\"http://nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=summary\">\n". " via git </a> <br />or download the source via <br />\n'git clone http://nubati.net/git/e-DoKo.git' <br />\n". - " <a href=\"http://www.dreamhost.com/green.cgi\">\n". - " <img alt=\"Green Web Hosting! This site hosted by DreamHost.\"". - " src=\"pics/green1.gif\" height=\"32\" width=\"100\" /></a>\n". - " </p> \n"; + " <a href=\"http://www.dreamhost.com/green.cgi\"><p>\n". + " <img class=\"right\" alt=\"Green Web Hosting! This site hosted by DreamHost.\"". + " src=\"pics/green1.gif\" height=\"32\" width=\"100\" /></a>\n"; echo " <p class=\"left\"> copyright 2006-2012 <a href=\"$INDEX?action=about\">Arun Persaud, et al.</a> <br />\n". " Verwendung der [deutschen] Kartenbilder mit Genehmigung <br />der Spielkartenfabrik Altenburg GmbH,(c) ASS Altenburger <br />\n". " - ASS Altenburger Spielkarten - Spielkartenfabrik Altenburg GmbH <br />\n". |