Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
adjusting spacing and layout behavior of elements on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Sep 5, 2009
1 parent ca8d091 commit a5e0b24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Expand Up @@ -21,6 +21,7 @@
<%= yield %>

<div class="clear"></div>
<div id="footer">
<p>This site was created by <%= link_to "Ryan Bates", "http://railscasts.com" %> for <%= link_to "Rails Rumble 2009", "http://r09.railsrumble.com/" %></p>
</div>
Expand Down
5 changes: 3 additions & 2 deletions public/stylesheets/home.css
Expand Up @@ -52,6 +52,7 @@ form #stamp_name {
padding-bottom: 7px;
color: #999;
font-weight: normal;
letter-spacing: 0.1em;
}

#recent_stamps .stamp {
Expand Down Expand Up @@ -100,7 +101,7 @@ form #stamp_name {
font-size: 22px;
color: #AAA;
font-weight: normal;
margin-top: 20px;
margin-top: 15px;
margin-bottom: 8px;
}

Expand All @@ -112,7 +113,7 @@ form #stamp_name {

#suggestions li {
margin: 0;
padding: 5px 0;
padding: 4px 0;
}

#suggestions li, #suggestions li a, #suggestions li a:hover {
Expand Down

0 comments on commit a5e0b24

Please sign in to comment.