Add a more link to the photos on homepage

This commit is contained in:
Wesley Moore 2010-06-28 07:53:54 +10:00
parent 8e8b270b9e
commit 0ac452a521
2 changed files with 5 additions and 0 deletions

View file

@ -281,6 +281,10 @@ a
//top: 0 //top: 0
opacity: 0 opacity: 0
a.more
float: right
margin: 1em 2em 1em 0
ul.menu ul.menu
padding-bottom: 1em padding-bottom: 1em

View file

@ -45,6 +45,7 @@
</h1> </h1>
</header> </header>
<ul class="inline"></ul> <ul class="inline"></ul>
<a href="http://flickr.com/photos/wezm/" class="more">More &raquo;</a>
</section> </section>
<%= render '_footer' %> <%= render '_footer' %>
</body> </body>