style-small.css 534 B

123456789101112131415161718192021222324252627282930313233343536
  1. dl {
  2. margin-top: 12px;
  3. margin-bottom: 12px;
  4. }
  5. #main {
  6. padding-top: 48px;
  7. }
  8. #main-header .header span:not(:last-child) {
  9. display: none;
  10. }
  11. #main-header .header > * {
  12. padding-left: 15px !important;
  13. }
  14. #nav-container {
  15. top: 48px;
  16. }
  17. .header {
  18. height: 48px;
  19. }
  20. .header > * {
  21. line-height: 48px;
  22. font-size: 18px;
  23. }
  24. .header span:not(:first-child):before {
  25. content: none;
  26. }
  27. .row > .col {
  28. width: 100%;
  29. float: left;
  30. }
  31. .row.col-md-1 > .col,
  32. .row.col-md-2 > .col,
  33. .row.col-md-3 > .col,
  34. .row.col-md-4 > .col {
  35. width: 100%;
  36. }