aboutsummaryrefslogtreecommitdiff
blob: 5d34a31f14ff437c54aed64bc8bffd4d36b49ae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
h1.first-header {
  margin-top: -10px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-family: @font-family-sans-serif;
}

.stick-top {
  margin-top: 0;
}

textarea {
  font-family: @font-family-monospace;
}

.visited-links p > a:visited:not(.btn) {
  color: @visited-link-color;
}