fixed sidebar?

This commit is contained in:
danielvincent 2010-07-24 10:49:01 -07:00
parent 926eacc588
commit 1a51d99ad7
2 changed files with 21 additions and 12 deletions

View file

@ -117,7 +117,13 @@ ul#stream, ul#friend_stream {
margin-bottom: 5px; } margin-bottom: 5px; }
ul#friend_stream > li { ul#friend_stream > li {
padding: 0.2em 0; } padding: 0.2em 0;
display: inline;
border: none; }
ul#friend_stream > li img {
position: relative;
float: none;
display: inline; }
li.message { li.message {
position: relative; position: relative;
@ -195,7 +201,7 @@ ul.comment_set {
margin-top: -5px; margin-top: -5px;
padding-bottom: 8px; } padding-bottom: 8px; }
img.person_picture { #stream img.person_picture {
border-radius: 3px; border-radius: 3px;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
-moz-border-radius: 3px; -moz-border-radius: 3px;

View file

@ -136,10 +136,12 @@ ul#friend_stream
:border none :border none
img img
:width 30px
:position relative :position relative
:float none :float none
:display inline :display inline
li.message li.message
:position relative :position relative
:line-height 140% :line-height 140%
@ -242,16 +244,17 @@ ul.comment_set
:padding :padding
:bottom 8px :bottom 8px
img.person_picture #stream
:border-radius 3px img.person_picture
:-webkit-border-radius 3px :border-radius 3px
:-moz-border-radius 3px :-webkit-border-radius 3px
:display inline block :-moz-border-radius 3px
:height 30px :display inline block
:display absolute :height 30px
:float left :display absolute
:margin :float left
:right 10px :margin
:right 10px
.pagination .pagination
a a