Skip to content

Commit

Permalink
correct SASS nesting for avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzettler committed Jun 5, 2012
1 parent 2d6391d commit 9227519
Showing 1 changed file with 22 additions and 24 deletions.
46 changes: 22 additions & 24 deletions app/assets/stylesheets/_activity.sass
Original file line number Diff line number Diff line change
Expand Up @@ -35,33 +35,31 @@
font-weight: bold
margin-top: 5px

.posted_at
float: right
text-align: right
font-size: 11px
position: absolute
right: 0px
+border-radius(4px)
padding: 4px
background: #F3F8F9
color: #BDC6CA


.posted_at
float: right
text-align: right
font-size: 11px
position: absolute
right: 0px
+border-radius(4px)
padding: 4px
background: #F3F8F9
color: #BDC6CA

.avatar
margin-right: 10px
display: block
float: left
width: 5%
width: 30px
height: 30px

.avatar
margin-right: 10px
display: block
float: left
width: 5%
width: 30px
height: 30px

&.current_user
background-color: #F5F5F5
.posted_at
background: #E6EAEB
color: #A9B1B6
.current_user
background-color: #F5F5F5
.posted_at
background: #E6EAEB
color: #A9B1B6

img.image-embed
max-width: 300px
Expand Down

0 comments on commit 9227519

Please sign in to comment.