Guest User

Untitled

a guest
Feb 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.32 KB | None | 0 0
  1. #sL_read ul {
  2. list-style-type: none;
  3. margin:0;
  4. padding-left:20px;
  5. }
  6.  
  7. #sL_read li:first-child {
  8. border-bottom: 1px solid #000;
  9. }
  10.  
  11. #sL_read li {
  12. margin:0;
  13. list-style:none;
  14. padding: 10px 0;
  15. border-top:1px solid #3a3a3a;
  16. border-bottom: 1px solid #000;
  17. }
  18.  
  19. #sL_read li:last-child {
  20. border-top:1px solid #3a3a3a;  
  21. }
Add Comment
Please, Sign In to add comment