Skip to content

Commit

Permalink
styles changes
Browse files Browse the repository at this point in the history
  • Loading branch information
James Strong committed May 14, 2011
1 parent 0ccf0e7 commit 0fe3b85
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/views/layouts/application.html.haml
Expand Up @@ -29,4 +29,11 @@
- if alert
.flash.alert= alert
= yield
= render 'shared/javascripts'

.footer
.footer-contents
chayote is an open source project! hit us up on
= link_to "https://github.com/laspluviosillas/chayote" do
%span.github github.
= render 'shared/javascripts'

1 change: 1 addition & 0 deletions app/views/tasks/edit.html.haml
Expand Up @@ -10,3 +10,4 @@
= f.input :name, :label => "Name: "
%br/
.submit-button= f.submit
.clear
23 changes: 23 additions & 0 deletions public/stylesheets/main.css
Expand Up @@ -421,4 +421,27 @@ span.rate {
}
.form-inputs input {
width: 300px;
}
.footer-contents {
padding-left: 20px;
}
.footer {
font-size: 16px;
font-family: "museo-sans-1","museo-sans-2";
font-weight: 300;

height: 40px;
width: 100%;
line-height: 45px;
position: absolute;
bottom: 0px;
background-color: #e5dcca;
}
span.github {
font-family: Arial;
font-weight: bold;
color: #8b9f30;
}
.footer-contents a:hover {
text-decoration: none;
}

0 comments on commit 0fe3b85

Please sign in to comment.