Removing dead links from the home.ctp

Updating CSS for changes in previous commit.
This commit is contained in:
mark_story 2011-09-02 14:20:35 +01:00
parent f1f4afacbd
commit 1c40a37439
2 changed files with 8 additions and 8 deletions

View file

@ -67,6 +67,9 @@ h4 {
ul, li {
margin: 0 12px;
}
p {
margin: 0 0 1em 0;
}
/** Layout **/
#container {
@ -392,6 +395,7 @@ form .error-message {
.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
@ -418,7 +422,7 @@ p.error,
}
.success,
.message,
.cake-debug,
.cake-error,
p.error,
.error-message {
clear: both;
@ -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 {

View file

@ -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>