summaryrefslogtreecommitdiff
path: root/pre-box.css
blob: 0cb184a66c65e204fbe0ab5cd490210b06eccb81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* file      : pre-box.css
 * copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
 * license   : MIT; see accompanying LICENSE file
 */

pre
{
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.2em;
  padding: .8em .4em .8em .4em;
  margin: 2em -.4em 2em -.4em; /* Use margins of #content. */
}