style-small.less 496 B

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