Guest User

Untitled

a guest
May 25th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. .table-reset{
  2. th{
  3. border-top: none !important;
  4. }
  5. th:first-child{
  6. border-left: none;
  7. }
  8. th:last-child{
  9. border-right: none;
  10. }
  11.  
  12. tr:last-child > td{
  13. border-bottom: none !important;
  14. }
  15.  
  16. td:first-child{
  17. border-left: none;
  18. }
  19. td:last-child{
  20. border-right: none;
  21. }
  22.  
  23.  
  24. }
Add Comment
Please, Sign In to add comment