status message and bookmark page
This commit is contained in:
parent
aee5f7f04f
commit
6647ce34ab
3 changed files with 4 additions and 6 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue