Skip to content

Commit

Permalink
@epixa wanted "PHP Needs" to link home.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwoo committed Jun 23, 2011
1 parent b8b3499 commit 873c4e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion views/layouts/default.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body class="app">
<div id="container">
<div id="header">
<h1>PHP Needs</h1>
<h1><?=$this->html->link('PHP Needs', array('Ideas::index'));?></h1>
<h2>
Powered by <?php echo $this->html->link('Lithium', 'http://lithify.me/'); ?>.
</h2>
Expand Down
2 changes: 2 additions & 0 deletions webroot/css/php_needs.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ li span a { font-size: 16px; font-weight: bold; padding: 0px 4px; color: #00A8E6

.button { padding: 2px 4px 0px 4px; font-size: 16px; font-weight: bold; padding: 0px 4px;}

#header h1 a {color: #111;}
#header h1 a:hover {color: #00A8E6;}
#header h2 { font-size: 13px; float: left; width: 360px;}
#user {float: left; margin: 10px; font-size: 13px; font-weight: normal; color: #555;}
#user p {font-size: 10px; margin: 0; padding: 0; line-height: 10px; color: #999;}
Expand Down

0 comments on commit 873c4e4

Please sign in to comment.