sidebar-bottom.styl 519 B

123456789101112131415161718192021222324252627
  1. .widget-wrap
  2. margin-bottom: block-margin !important
  3. @media mq-normal
  4. column(main-column)
  5. .widget-title
  6. color: #ccc
  7. text-transform: uppercase
  8. letter-spacing: 2px
  9. margin-bottom: .5em
  10. line-height: 1em
  11. font-weight: bold
  12. .widget
  13. color: color-grey
  14. ul, ol
  15. li
  16. display: inline-block
  17. zoom:1
  18. *display:inline
  19. padding-right: .75em
  20. /* Having problems getting balanced white space between items
  21. li:before
  22. content: " | "
  23. li:first-child:before
  24. content: none
  25. */