aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css/snippets.css
blob: 69241376b643dfc0e1df7ea8850f3c2dedb53d0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
div.panel-body pre {
  margin: 0;
  border: none;
  /*
   * Uncomment this property if you disable syntax highlighting (and thus
   * don't use .highlight's background-color).
   *
  background-color: inherit;
   *
   */
  border-radius: 0 0 4px 4px;
}
div.panel-body {
  padding: 0;
}