Skip to content

Commit

Permalink
JavascriptHelper no longer used. minor changes in css and footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad19 committed Apr 14, 2010
1 parent aec6f4d commit 2b317e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions minimal/layouts/default.ctp
Expand Up @@ -14,7 +14,7 @@
<?php
echo $layout->meta();
echo $layout->feed();
echo $javascript->link(array('jquery/jquery.min'));
echo $html->script(array('jquery/jquery.min'));
echo $layout->js();
echo $html->css(array(
'reset',
Expand Down Expand Up @@ -53,7 +53,7 @@

<div id="footer" class="container_16">
<div class="left grid_8">
Powered by <?php echo $html->link('Croogo', 'http://croogo.org'); ?>
Powered by <?php echo $html->link('Croogo', 'http://croogo.org'); ?> with <?php echo $html->link('Minimal', 'http://fahad19.com/blog/minimal-theme'); ?> Theme.
</div>

<div class="right grid_8">
Expand Down
2 changes: 1 addition & 1 deletion minimal/webroot/css/theme.css
Expand Up @@ -90,7 +90,7 @@ form input[type=submit]:active { border: 1px solid #ccc; }
* Comments
*/
.comments h3 { font-family: Georgia; font-size: 28px; font-weight: normal; line-height: 20px; margin: 15px 0px 25px 0px; }
.comments .comment { margin-bottom: 20px; padding: 10px; border: 1px solid #eee; }
.comments .comment { margin-bottom: 20px; padding: 10px; border: 1px solid #eee; background: #fff; }
.comments .comment .comment { margin-left: 45px; margin-bottom: 0px; }
.comments .comment .comment + .comment { margin-top: 10px; }
.comments .comment-info { background: #fafafa; }
Expand Down

0 comments on commit 2b317e1

Please sign in to comment.