Advertisement
breadvolution

Remove Fans

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