Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. |-------------------|
  2. | NAME | GENDER |
  3. | | AGE |
  4. |-------------------|
  5. | Anne | F |
  6. | | 14 |
  7. |-------------------|
  8. | Gina | F |
  9. | | 13 |
  10. |-------------------|
  11. | Mike | M |
  12. | | 12 |
  13. |-------------------|
  14.  
  15. |-------------------|
  16. | NAME | GENDER |
  17. | | AGE |
  18. |-------------------|
  19. | Mike | M |
  20. | | 12 |
  21. |-------------------|
  22. | Gina | F |
  23. | | 13 |
  24. |-------------------|
  25. | Anne | F |
  26. | | 14 |
  27. |-------------------|
  28.  
  29. table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  30. background-color: #e6EEEE;
  31. border: 1px solid #FFF;
  32. font-size: 8pt;
  33. padding: 4px;
  34. }
  35. table.tablesorter thead tr .header {
  36. background-image: url(bg.gif);
  37. background-repeat: no-repeat;
  38. background-position: center right;
  39. cursor: pointer;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement