File: style.css

package info (click to toggle)
python-handy-archives 0.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,300 kB
  • sloc: python: 4,153; makefile: 5
file content (19 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* This file is managed by 'repo_helper'. Don't edit it directly. */

div.highlight {
	-moz-tab-size: 4;
	tab-size: 4;
}

.field-list dt, dl.simple dt {
	margin-top: 0.5rem;
}

div.versionchanged ul, div.versionremoved ul {
	margin-left: 20px;
	margin-top: 0;
}

.longtable.autosummary {
	width: 100%;
}