Skip to content

Commit

Permalink
Added paddding to bottom of the page
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Bugno committed Nov 29, 2010
1 parent 81d1bab commit dda5ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
%ol#sidebar
%li= link_to("home", root_path, :class => "black_button")
= yield :sidebar
#footer
1 change: 1 addition & 0 deletions public/stylesheets/master.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ a { color: #000; text-decoration: none; }
#ad a { color: #444; }

#content { float:left; width: 800px; background-color: #f5f5f5; padding: 14px; border: solid 1px #ccc; min-height: 200px; }
#footer { clear: both; height: 20px; }

#sidebar { float: left; margin-top: 4px; width: 120px; background-color: #e1e1e1; border-top-right-radius: 4px; border-bottom-right-radius: 4px; padding: 10px 10px 7px 0; font-size: 0.6em; }
.black_button { background-color: #ccc; color: #000; text-transform: uppercase; font-weight: bold; padding: 6px 10px 4px 10px; font-size: 12px; }
Expand Down

0 comments on commit dda5ea7

Please sign in to comment.