Skip to content

Commit

Permalink
Fixed django#16300 -- Improved singlehtml docs formatting with header…
Browse files Browse the repository at this point in the history
…s CSS.
  • Loading branch information
smithdc1 authored Jun 22, 2020
1 parent 258c88a commit be53434
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_theme/djangodocs/static/djangodocs.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ div.nav { margin: 0; font-size: 11px; text-align: right; color: #487858;}

/*** basic styles ***/
dd { margin-left:15px; }
h1,h2,h3,h4,h5 { margin-top:1em; font-family:"Trebuchet MS",sans-serif; font-weight:normal; }
h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11,h12 { 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; }
h6,h7,h8,h9,h10,h11,h12 { font-weight:bold; 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; }
Expand Down

0 comments on commit be53434

Please sign in to comment.