Skip to content

Commit

Permalink
Removing dead links from the home.ctp
Browse files Browse the repository at this point in the history
Updating CSS for changes in previous commit.
  • Loading branch information
markstory committed Sep 3, 2011
1 parent f1f4afa commit 1c40a37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 8 additions & 4 deletions app/webroot/css/cake.generic.css
Expand Up @@ -67,6 +67,9 @@ h4 {
ul, li {
margin: 0 12px;
}
p {
margin: 0 0 1em 0;
}

/** Layout **/
#container {
Expand Down Expand Up @@ -392,6 +395,7 @@ form .error-message {

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
Expand All @@ -418,7 +422,7 @@ p.error,
}
.success,
.message,
.cake-debug,
.cake-error,
p.error,
.error-message {
clear: both;
Expand Down Expand Up @@ -544,14 +548,14 @@ pre {
padding: 15px;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug {
.cake-debug,
.cake-error {
font-size: 120%;
line-height: 140%;
margin-top: 1em;
position: relative;
white-space: normal;
}
.cake-debug > a {
.cake-error > a {
text-shadow: none;
}
.cake-stack-trace {
Expand Down
4 changes: 0 additions & 4 deletions lib/Cake/View/Pages/home.ctp
Expand Up @@ -170,8 +170,4 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
<ul><li><?php echo __d('cake_dev', 'For the Development of CakePHP Git repository, Downloads'); ?></li></ul></li>
<li><a href="http://cakephp.lighthouseapp.com/"><?php echo __d('cake_dev', 'CakePHP Lighthouse'); ?> </a>
<ul><li><?php echo __d('cake_dev', 'CakePHP Tickets, Wiki pages, Roadmap'); ?></li></ul></li>
<li><a href="http://astore.amazon.com/cakesoftwaref-20/"><?php echo __d('cake_dev', 'Book Store'); ?> </a>
<ul><li><?php echo __d('cake_dev', 'Recommended Software Books'); ?></li></ul></li>
<li><a href="http://www.cafepress.com/cakefoundation"><?php echo __d('cake_dev', 'CakePHP gear'); ?> </a>
<ul><li><?php echo __d('cake_dev', 'Get your own CakePHP gear - Doughnate to Cake'); ?></li></ul></li>
</ul>

0 comments on commit 1c40a37

Please sign in to comment.