status message and bookmark page

This commit is contained in:
danielvincent 2010-06-20 14:52:04 -07:00
parent aee5f7f04f
commit 6647ce34ab
3 changed files with 4 additions and 6 deletions

View file

@ -3,6 +3,6 @@
%b shared a link
%br
= post.title
= link_to post.link, "#"
= link_to post.link
%div.time= "#{time_ago_in_words(post.updated_at)} ago"

View file

@ -123,13 +123,12 @@ ul#stream {
ul#stream > li {
list-style: none;
padding: 1em;
border-bottom: 1px solid #f1f1f1;
border-radius: 2px; }
border-bottom: 1px solid #f1f1f1; }
ul#stream > li img.avatar {
width: 45px;
background: white; }
ul#stream > li:hover {
background-color: #f1f1f1;
background-color: #eeeeee;
border-bottom: 1px solid #cccccc; }
ul#stream > li:hover .message {
color: black; }

View file

@ -159,11 +159,10 @@ ul#stream
img.avatar
:width 45px
background: #fff
:border-radius 2px
> li:hover
:background
:color #f1f1f1
:color #eee
:border
:bottom 1px solid #ccc
> li:hover .message