Commit: 684f6727acc638bc951b67304ce3d94c56d98201 Author: Hannes Magnusson <[email protected]> Fri, 13 Dec 2013 14:58:47 -0800 Parents: 537f535b21aed12fd5462b9851edb13de3fb26b0 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=684f6727acc638bc951b67304ce3d94c56d98201 Log: The logo can be a bit bigger Changed paths: M templates/header.inc Diff: diff --git a/templates/header.inc b/templates/header.inc index e1e15c1..7c87c47 100644 --- a/templates/header.inc +++ b/templates/header.inc @@ -51,7 +51,7 @@ isset($SEARCH) || $SEARCH = array(); <input type="checkbox" id="mainmenu-toggle"> <nav class="fullscreen"> <div class="mainscreen"> - <a href="/" class="home"><img src="//php.net/images/logo.php?<?=$SUBDOMAIN?>" width="48" height="24" alt="php"><span class="subdomain"><?=$SUBDOMAIN?></span></a> + <a href="/" class="home"><img src="//php.net/images/logo.php?<?=$SUBDOMAIN?>" width="72" height="36" alt="php"><span class="subdomain"><?=$SUBDOMAIN?></span></a> <ul> <?php foreach($LINKS as $link): ?> <li><a href="<?=$link["href"]?>"><?=$link["text"]?></a></li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
