Skip to content

Commit

Permalink
Added placeholder footer paragraph.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrittTheIsh committed Jun 13, 2011
1 parent dcdb15e commit 06bf98a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<% end %>
<%= yield %>
</div>
<div id="foot">
<p>Footer text - yo.</p>
</div>
</div>
</body>
</html>
3 changes: 2 additions & 1 deletion public/stylesheets/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ h2 {font-size:18px;}
#header p.sample {color:#fff; margin:0; padding:0; position:absolute; top:30px; right:30px;}
#logo {height:81px; width:50px; background:url("/images/logo.png") scroll no-repeat 0 0; position:absolute; left:35px; top:10px;}
#logo a {display:block; width:50px; height:80px; text-indent:-9000px;}
#content { background:#f8f8f8 url("/images/clouds.png") scroll repeat-x 0 -5px; padding:50px 35px;}
#content { background:#f8f8f8 url("/images/clouds.png") scroll repeat-x 0 -5px; padding:50px 35px 0 35px;}
#foot {padding:0 35px; color:#888;}

#tabs {background:#fff; margin-top:20px; box-shadow: 0px 2px 5px #ccc; -moz-box-shadow: 0px 2px 5px #ccc; max-width:1200px;}
#tabs div.new-task {overflow:auto;}
Expand Down

0 comments on commit 06bf98a

Please sign in to comment.