aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/css/common/misc.css
blob: 33dba8f398c60e5bd0de8bac9a528ac39cbf61d4 (plain) (tree)
1
2
3
4
5
6
7





                   
                                                                                 







                 



                                                              






                    
.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;
}
pre {
  overflow-x: auto;
}
pre code {
  white-space: pre;
  word-wrap: normal;
}