diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-05-06 17:08:41 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-05-06 17:08:41 +0000 |
commit | 0560fea4bea87c24844985f3730bd7fdebb13cf7 (patch) | |
tree | ca5105fabb5ad1ba76aa92f85f369870116ca359 /index.php | |
parent | 2373ad83fa024395be0c5fba729be096520fe89f (diff) | |
download | hugs-0560fea4bea87c24844985f3730bd7fdebb13cf7.tar hugs-0560fea4bea87c24844985f3730bd7fdebb13cf7.tar.gz hugs-0560fea4bea87c24844985f3730bd7fdebb13cf7.tar.bz2 hugs-0560fea4bea87c24844985f3730bd7fdebb13cf7.tar.xz hugs-0560fea4bea87c24844985f3730bd7fdebb13cf7.zip |
use smaller logo, css & meta fixes
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -35,8 +35,9 @@ if (count($images) > 0) { <meta charset="utf-8"> <title>Free Hugs! @ Mageia</title> <meta name="description" content="Be kind. Enough with bugs. Hug someone!"> - <meta name="keywords" content="mageia, hugs, bugs, calins"> - <meta name="robots" content="index, follow"> + <meta name="keywords" content="mageia, linux, distribution, community, + fun, friendly, happy, hugs, no bug, calins"> + <meta name="robots" content="noindex, follow"> <link rel="canonical" href="http://hugs.mageia.org/"> <link rel="icon" type="image/png" href="/static/favicon.png"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Pacifico"> @@ -51,6 +52,7 @@ if (count($images) > 0) { a:hover { text-decoration: underline; } ul { margin-bottom: 4em; } li { margin-bottom: 0.6em; } + img { border: 0; } #hi { margin: 10px 0 0 0; width: 350px; -webkit-box-shadow: 0 0 40px #555; -moz-box-shadow: 0 0 40px #555; box-shadow: 0 0 40px #555; @@ -94,7 +96,7 @@ if (count($images) > 0) { It's fun, it's great, <a href="http://mageia.org/">have a look</a> and join us!</p> <p style="text-align: center;"><a href="http://mageia.org/"> - <img src="static/mageia-logo.png" + <img src="static/mageia-logo-small.png" style="width: 200px;" alt="Mageia"></a></p> |