File: custom.css

package info (click to toggle)
python-elasticsearch 9.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 22,728 kB
  • sloc: python: 104,053; makefile: 151; javascript: 75
file content (16 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Display GitHub Flavored Markdown code blocks correctly */

.rst-content pre {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 16px;
  margin: 16px 0;
  overflow-x: auto;
}

.rst-content pre code {
  background-color: #f5f5f5;
  white-space: pre;
  border: none;
  padding: 0;
}