commit
98540b630e
1 changed files with 5 additions and 4 deletions
|
@ -984,9 +984,10 @@ ul .sidebar-group-li .icon {
|
||||||
}
|
}
|
||||||
|
|
||||||
#character-counter {
|
#character-counter {
|
||||||
position: absolute;
|
position: relative;
|
||||||
right: 100px;
|
float: left;
|
||||||
top: 100px;
|
right: 0px;
|
||||||
|
top: 0px;
|
||||||
}
|
}
|
||||||
#profile-rotator-wrapper {
|
#profile-rotator-wrapper {
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -3804,4 +3805,4 @@ hr.line-dots {
|
||||||
/*div.wall-item-content-wrapper.shiny {
|
/*div.wall-item-content-wrapper.shiny {
|
||||||
background-image: url("star.png");
|
background-image: url("star.png");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}*/
|
}*/
|
||||||
|
|
Loading…
Reference in a new issue