aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css/common/misc.css
blob: 960e910e2defe05b691de8ca71ae2586786b6d1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.wide-enough {
  max-width: 400px;
}
.wider {
  max-width: 600px;
}
/* "Header link" becomes blue inside of <hN><a>Header link</a></hN> otherwise. */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
/* Link captions become too close to badges on the sidebar. */
span.badge {
  margin-left: .5em;
}