Skip to content

Commit

Permalink
Added footer and styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrittTheIsh committed Jun 16, 2011
1 parent faf0a46 commit f01b2a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@
<%= yield %>
</div>
<div id="foot">
<p>Made by PANDAs</p>
<div class="copyright">
<p>
Running on Engine Yard: <a href="http://engineyard.com/products/appcloud">The Ruby Cloud</a> and <a href="http://www.rubyonrails.org">Rails 3</a><br>
Ruby is the Language of the Cloud.<br>
Copyright © Engine Yard, Inc. All rights reserved.
</p>
</div>
</div>
</div>
</body>
Expand Down
3 changes: 3 additions & 0 deletions public/stylesheets/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ ul.pending-tasks div.boolean { display:inline; }

p#alert {background:#C00; margin:0; padding:6px 10px; color:#FFF; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }

.copyright {font-size:11px; line-height:1.3em;}
.copyright p { width:300px; float:right;}
.copyright a {color:#369;}

/* Overrides */
#tabs .ui-widget-header {border-color:#ccc !important;}
Expand Down

0 comments on commit f01b2a6

Please sign in to comment.