Advertisement
Guest User

Untitled

a guest
Apr 6th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1.  
  2. /* labels */
  3. form label{
  4. display:block;
  5. float:none;
  6. line-height:100%;
  7. padding:0 0 7px 0;
  8. position:relative;
  9. color:#8B8B8B;
  10. }
  11.  
  12. /* list in forms */
  13. form ul, form li{
  14. list-style-type:none;
  15. list-style-position:outside;
  16. border:0;
  17. margin:0 0 20px 0;
  18. padding:0;
  19. display:block;
  20. clear:both;
  21. background:0;
  22. }
  23.  
  24. form ul li {
  25. margin:0px 0 15px 0px;
  26. border:0;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement