summaryrefslogtreecommitdiff
path: root/cgit/web/local.scss
blob: 776ffaca438668d7b777a940c1004e635391f9f2 (plain)
  1. /* usage: sassc --style compressed local.scss local.css */
  2. @import 'cgit';
  3. div#cgit table.blob ol {
  4. padding: 0;
  5. margin: 0;
  6. }
  7. div#cgit table.blob li {
  8. height: 0;
  9. &::before {
  10. border-left: 1px solid grey;
  11. margin-right: .5em;
  12. content: '';
  13. }
  14. }