style-small.css 514 B

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