Advertisement
Guest User

Untitled

a guest
Apr 25th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.34 KB | None | 0 0
  1. .arrows-sprite, .arrows-down, .arrows-left, .arrows-right, .arrows-up {
  2.   background: url('/img/arrows-sed9455f6a0.png') no-repeat;
  3. }
  4.  
  5. .arrows-down {
  6.   background-position: 0 -512px;
  7. }
  8.  
  9. .arrows-left {
  10.   background-position: 0 -256px;
  11. }
  12.  
  13. .arrows-right {
  14.   background-position: 0 -768px;
  15. }
  16.  
  17. .arrows-up {
  18.   background-position: 0 0;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement