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; }
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 {
position: relative;
@ -195,7 +201,7 @@ ul.comment_set {
margin-top: -5px;
padding-bottom: 8px; }
img.person_picture {
#stream img.person_picture {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;

View file

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