Skip to content

Commit

Permalink
Added a little "how it works" message" to the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed May 8, 2012
1 parent a16d37c commit 7643ad8
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion app/assets/stylesheets/application.css.scss
Expand Up @@ -41,13 +41,14 @@ footer
margin: 0 auto;
margin-top: 5px;
padding: 10px;
display: inline-block;
padding-bottom: 0px;
width: auto;
text-align: center;
a
{
display: inline-block;
padding: 3px;
padding-bottom: 0px;
height: 45px;
font-size: 12pt;
color: darken(blue, 10%);
Expand All @@ -63,6 +64,12 @@ footer
text-decoration: none !important;
}
}
#how-it-works
{
margin-top: -15px;
opacity: 0.4;
}

}

@import "faces";
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Expand Up @@ -15,6 +15,7 @@
<a class='separator'>|</a>
<a id="gem" href="http://github.com/jarred-sumner/email2face#email2face">RubyGem</a>
</div>
<div id="how-it-works">This works by searching Facebook for a profile picture matching a given email address.</div>
</footer>
</body>
</html>
Binary file modified public/assets/application-d9967b9db673eda5f59efe4c728bcc14.js.gz
Binary file not shown.

This file was deleted.

Binary file not shown.
2 changes: 1 addition & 1 deletion public/assets/application.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified public/assets/application.css.gz
Binary file not shown.
Binary file modified public/assets/application.js.gz
Binary file not shown.
Binary file modified public/assets/faces-39644dce770e72646b27b6a9cf3dd825.js.gz
Binary file not shown.
Binary file modified public/assets/faces-c616b4336de16f58a777c2dcf6801fca.css.gz
Binary file not shown.
Binary file modified public/assets/faces.css.gz
Binary file not shown.
Binary file modified public/assets/faces.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion public/assets/manifest.yml
Expand Up @@ -3,5 +3,5 @@ clean_textile.png: clean_textile-b3db74c5ac33e692112702bfab8d834d.png
rails.png: rails-be8732dac73d845ac5b142c8fb5f9fb0.png
application.js: application-d9967b9db673eda5f59efe4c728bcc14.js
faces.js: faces-39644dce770e72646b27b6a9cf3dd825.js
application.css: application-df40c3fa33e04014c7900d959aa887df.css
application.css: application-24f858c7c481e6ddb25beb38f9143f98.css
faces.css: faces-c616b4336de16f58a777c2dcf6801fca.css

0 comments on commit 7643ad8

Please sign in to comment.