Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_toc.scss « scss « assets « 4.3 « docs « static « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c4f26e67a7614429d9ad5a9e54fb2e18f4e8d3f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// stylelint-disable selector-max-type, selector-max-combinators, selector-max-compound-selectors

.bd-toc nav {
  padding-top: .125em;
  padding-bottom: .125em;
  border-left: .25em solid #eee;

  > ul {
    padding-left: .5rem;
    margin-bottom: 0;
  }

  > ul > li {
    display: block;
  }

  li ul li {
    margin-bottom: .25rem;
    list-style-type: disc;
  }

  a code {
    font: inherit;
  }
}