Guest User

Untitled

a guest
Jan 15th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #navigation li:before {
  2. content: "|";
  3. }
  4.  
  5. #navigation ul.links li,
  6. #navigation ul.menu li,
  7. #navigation a
  8. {
  9.  
  10. padding: 0px 5px;
  11. margin-right: 5px;
  12. border-radius: 5px 5px 5px 5px;
  13. float:left;
  14. color:white;
  15. vertical-align: middle;
  16. list-style: none;
  17. text-decoration: none;
  18. }
  19.  
  20. FOO:before {
  21. content: "|";
  22. }
  23. FOO:first-child:before {
  24. content: "";
  25. }
Add Comment
Please, Sign In to add comment