Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2014
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. .my_network_table {
  2.  
  3. margin-left: 25%;
  4. margin-right: auto;
  5.  
  6. border-collapse: separate;
  7. border-spacing: 0;
  8. table, td {
  9. border: 1px solid black;
  10. border-radius: 5px;
  11. -moz-border-radius: 5px;
  12. padding: 5px;
  13. border-collapse:separate;
  14. border: solid #ccc 1px;
  15. border-top-left-radius: 10px 10px;
  16. border-top-right-radius: 10px 10px;
  17. border-bottom-left-radius: 0px 0px;
  18. border-bottom-right-radius: 0px 0px;
  19. }
  20.  
  21. thead tr {
  22. background-color: black;
  23. color: white;
  24. padding: 5px;
  25. border-right: 1px solid white;
  26. }
  27.  
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement