Merge pull request #474 from pixelroot/master

Bug fix
This commit is contained in:
Alex 2012-09-14 03:43:48 -07:00
commit 98540b630e

View file

@ -984,9 +984,10 @@ ul .sidebar-group-li .icon {
}
#character-counter {
position: absolute;
right: 100px;
top: 100px;
position: relative;
float: left;
right: 0px;
top: 0px;
}
#profile-rotator-wrapper {
float: right;
@ -3804,4 +3805,4 @@ hr.line-dots {
/*div.wall-item-content-wrapper.shiny {
background-image: url("star.png");
background-repeat: no-repeat;
}*/
}*/