TL.net Footer Team Images

Integrates footer team images into a posts body to reduce unused space.

  1. /* ==UserStyle==
  2. @name TL.net Footer Team Images
  3. @description Integrates footer team images into a posts body to reduce unused space.
  4. @author Korakys
  5. @namespace tl.net
  6. @version 1.0.0
  7. @license CC0
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("tl.net")
  11. {
  12.  
  13. .pnt01
  14. {
  15. padding-bottom: 0em;
  16. }
  17.  
  18. .forumPost > section
  19. {
  20. padding: 10px 8px 18px 8px;
  21. word-wrap: break-word;
  22. }
  23. }