Advertisement
Guest User

Untitled

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