Guest User

Untitled

a guest
Jan 18th, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. .rs-slider > li {
  2. list-style: none;
  3. filter: alpha(opacity=0);
  4. opacity: 0;
  5. width: 100%;
  6. height: 100%;
  7. margin: 0 -100% 0 0;
  8. padding: 0;
  9. float: left;
  10. position: relative;
  11. }
  12.  
  13. .rs-thumb-wrap > a {
  14. display: block;
  15. float: left;
  16. position: relative;
  17. -moz-box-sizing: border-box;
  18. -webkit-box-sizing: border-box;
  19. box-sizing: border-box;
  20. }
Add Comment
Please, Sign In to add comment