summaryrefslogtreecommitdiff
path: root/docs/_theme
diff options
context:
space:
mode:
authorFrançois Freitag <mail@franek.fr>2017-05-27 18:12:18 -0700
committerTim Graham <timograham@gmail.com>2017-06-01 15:38:30 -0400
commitbf50ae821021c4f7cd608d2bd1f2dfff98f3ceb9 (patch)
tree9503fde717aad556235f9b63eb2531e7e063582b /docs/_theme
parent9af6c97504ef2b06dd5292d03ea94d3eb5d8c4d6 (diff)
downloaddjango-bf50ae821021c4f7cd608d2bd1f2dfff98f3ceb9.tar.gz
Clarified QuerySet.iterator()'s docs on server-side cursors.
Diffstat (limited to 'docs/_theme')
-rw-r--r--docs/_theme/djangodocs/static/djangodocs.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_theme/djangodocs/static/djangodocs.css b/docs/_theme/djangodocs/static/djangodocs.css
index 22fce2a158..143bcdb6c9 100644
--- a/docs/_theme/djangodocs/static/djangodocs.css
+++ b/docs/_theme/djangodocs/static/djangodocs.css
@@ -43,11 +43,12 @@ div.nav { margin: 0; font-size: 11px; text-align: right; color: #487858;}
/*** basic styles ***/
dd { margin-left:15px; }
-h1,h2,h3,h4 { margin-top:1em; font-family:"Trebuchet MS",sans-serif; font-weight:normal; }
+h1,h2,h3,h4,h5 { margin-top:1em; font-family:"Trebuchet MS",sans-serif; font-weight:normal; }
h1 { font-size:218%; margin-top:0.6em; margin-bottom:.4em; line-height:1.1em; }
h2 { font-size:175%; margin-bottom:.6em; line-height:1.2em; color:#092e20; }
h3 { font-size:150%; font-weight:bold; margin-bottom:.2em; color:#487858; }
h4 { font-size:125%; font-weight:bold; margin-top:1.5em; margin-bottom:3px; }
+h5 { font-size:110%; font-weight:bold; margin-top:1em; margin-bottom:3px; }
div.figure { text-align: center; }
div.figure p.caption { font-size:1em; margin-top:0; margin-bottom:1.5em; color: #555;}
hr { color:#ccc; background-color:#ccc; height:1px; border:0; }