Skip to content

Commit 7b24526

Browse files
Eric HurstEric Hurst
authored andcommitted
Updated #footer in css. Ignored log files and tmp dir.
1 parent f198a71 commit 7b24526

File tree

8 files changed

+3
-2357
lines changed

8 files changed

+3
-2357
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tmp

app/views/shared/_footer.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div id="footer">
2-
<p>Created by <%= link_to "Eric Hurst", "http://www.erichurst.com" %>. Hosted at <%= link_to "Heroku", "http://heroku.com/" %>. Available at <%= link_to "GitHub", "http://github.com/erichurst/Hexminr/tree/master" %>. &copy;<%= display_year %> and all that junk.</p>
2+
<p>Created by <%= link_to "Eric Hurst", "http://www.erichurst.com" %> (<%= link_to "@eH", "http://www.twitter.com/eH" %>). Hosted at <%= link_to "Heroku", "http://heroku.com/" %>. Available at <%= link_to "GitHub", "http://github.com/erichurst/Hexminr/tree/master" %>. &copy;<%= display_year %> and all that junk.</p>
33
</div>

log/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.log

log/development.log

Lines changed: 0 additions & 2354 deletions
This file was deleted.

log/production.log

Whitespace-only changes.

log/server.log

Whitespace-only changes.

log/test.log

Whitespace-only changes.

public/stylesheets/hexminr.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ h1 {
2222
#footer {
2323
font-size: 13px;
2424
color: #999;
25-
position: absolute;
26-
bottom: 0;
2725
}
2826

2927
#fat_finger {

0 commit comments

Comments
 (0)