Advertisement
breadvolution

Remove Fans and Friends

May 20th, 2015
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. /* Two dashboard sections */
  2. #pane_plurk {
  3. width: 468px;
  4. margin: 0 -260px 0 260px;
  5. }
  6. /*Remove friends and fans*/
  7. #plurk-dashboard, #dash-friends {
  8. margin: 0 -250px 0 250px;
  9. }
  10. #dash-fans {
  11. width:0; overflow:hidden;
  12. margin-bottom: -600px;
  13. filter: alpha (opacity=00);
  14. -moz-opacity: 0.00;
  15. opacity: 0.00;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement