bootstrap-ext.css 411 B

1234567891011121314151617181920212223242526272829303132
  1. body {
  2. font-family: "microsoft yahei", "Times New Roman", "宋体", Times, serif;
  3. letter-spacing: 1px;
  4. }
  5. .margin-top-5 {
  6. margin-top: 5px;
  7. }
  8. .margin-top-10 {
  9. margin-top: 10px;
  10. }
  11. .margin-top-15 {
  12. margin-top: 15px;
  13. }
  14. .margin-top-20 {
  15. margin-top: 20px;
  16. }
  17. .margin-bottom-5 {
  18. margin-bottom: 5px;
  19. }
  20. .margin-bottom-10 {
  21. margin-bottom: 10px;
  22. }
  23. .fa.pull-left {
  24. padding: 4px 0;
  25. }