Guest User

Watcher Multi-column

a guest
Jun 4th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1. #threadWatcher {
  2. max-width: 500px!important;
  3. }
  4. #threadWatcher li {
  5. border: none!important;
  6. }
  7. /* Change the count number to whatever you want to have that amount of columns */
  8. #watchList {
  9. -moz-column-count: 2;
  10. -webkit-column-count: 2;
  11. column-count: 2;
  12. }
Add Comment
Please, Sign In to add comment