Advertisement
Guest User

Untitled

a guest
Aug 7th, 2021
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. /* forum name width on tab view */
  2. .module-wrapper th.forumtitle {
  3.   width: 160px;
  4. }
  5. /* alligment box padding: top/bottom, left/right - default 8, 16*/
  6. .module-wrapper td {
  7.   border: 1px solid #dedede;
  8.   border-bottom: 0;
  9.   border-right: 0;
  10.   padding: 4px 6px;
  11.   vertical-align: middle;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement