summaryrefslogtreecommitdiff
path: root/live/static/fork-awesome/src/doc/assets/less/site/bootstrap/type.less
blob: b7d5f9b0359c2e4e66b03ca6ae48ee225cc518b5 (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
26
.small-caps {
  font-family: @font-family-alt;
}

.hr {
  position: relative;
  text-align: center;
  font-size: @font-size-base;
  z-index: 1;
  min-height: 20px;

  &:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 2px solid @hr-border;
    z-index: -1;
  }
  .hr-text {
    display: inline-block;
    background-color: #fff;
    padding: 0 .5em;
  }
}