Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. .block {
  2. width: 236px;
  3. float: left;
  4. border: 1px solid #cecece;
  5. background: url(images/list_bg.png) repeat-y;
  6.  
  7. }
  8.  
  9. .block li {
  10. width: 237px;
  11. height: 74px;
  12. background: url(images/arrow.png) no-repeat 0px 13px, url(images/bottom.png) left bottom no-repeat;
  13. margin-left: 30px;
  14. padding: 0px 20px;
  15. list-style: none;
  16. line-height: 36px;
  17.  
  18. }
Add Comment
Please, Sign In to add comment