Advertisement
Guest User

common.css

a guest
Aug 20th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. body
  2. {
  3. font-family:Arial, helevitica, sans-serif;
  4. }
  5.  
  6. table
  7. {
  8. width:100%;
  9. }
  10.  
  11. td, th
  12. {
  13. padding:5px;
  14. }
  15.  
  16. tr:nth-child(even)
  17. {
  18. background-color:#bbcfff;
  19. }
  20.  
  21. tr:nth-child(odd)
  22. {
  23. background-color:#caebff;
  24. }
  25.  
  26. .bug-list-table-row:hover
  27. {
  28. background-color:#ace9ff;
  29. }
  30.  
  31. .bug-list-table-footer
  32. {
  33. text-align:center;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement