Skip to content

Commit

Permalink
Add 'Fork me' image
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Tilley committed Apr 10, 2011
1 parent 10df50d commit 7ea9ffd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/layouts/application.html.erb
Expand Up @@ -12,6 +12,10 @@
</head>
<body>


<%= link_to image_tag("forkme_black.png", :alt => "Fork Me on GitHub", :id => "fork"),
"http://github.com/BinaryMuse/chatterbox/" %>

<div id="main">
<div id="session">
<% unless signed_in? %>
Expand Down
Binary file added public/images/forkme_black.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions public/stylesheets/app.css
Expand Up @@ -8,6 +8,13 @@ body {
padding: 0;
}

img#fork {
position: fixed;
right: 0px;
top: 0px;
border: none;
}

div#main {
padding: 10px 10px 25px 10px;
width: 820px;
Expand Down

0 comments on commit 7ea9ffd

Please sign in to comment.