We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e07b70 commit c26cf5bCopy full SHA for c26cf5b
MANIFEST.in
@@ -6,6 +6,7 @@ global-exclude __pycache__
6
global-exclude *.py[co]
7
global-exclude package.json
8
9
+prune docs
10
prune rest_framework_docs/static/node_modules
11
12
graft rest_framework_docs/static/rest_framework_docs
docs/css/styles.css
@@ -43,13 +43,13 @@ body {
43
/* @end Header */
44
45
46
-/* @group Doc Page */
+/* @group Content Page */
47
48
-.doc .doc-title {
+.page .page-title {
49
margin-top: 0;
50
}
51
52
-/* @end Doc Page */
+/* @end Content Page */
53
54
55
/* @group Footer */
0 commit comments