Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. .arrow {
  2.  
  3.  
  4. height: 14px;
  5.  
  6.  
  7. width: 15px;
  8.  
  9.  
  10. }
  11.  
  12.  
  13. .arrow.upmod {
  14.  
  15.  
  16. background-image: url(%%imagename%%);
  17.  
  18. background-position: 0 0;
  19.  
  20.  
  21. }
  22.  
  23.  
  24. .arrow.downmod {
  25.  
  26.  
  27. background-image: url(%%imagename%%);
  28.  
  29.  
  30. background-position: 0 0;
  31.  
  32.  
  33. }
  34.  
  35.  
  36. .arrow.up {
  37.  
  38.  
  39. background-image: url(%%imagename%%);
  40.  
  41.  
  42. background-position: 0 0;
  43.  
  44.  
  45. }
  46.  
  47.  
  48. .arrow.down {
  49.  
  50.  
  51. background-image: url(%%imagename%%);
  52.  
  53.  
  54. background-position: 0 0;
  55.  
  56.  
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement