diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2015-12-02 23:55:50 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-03 12:49:03 -0500 |
| commit | 8897f4b0df30f385d0a95156f8a18b4b25cea37e (patch) | |
| tree | 06b90550ea4c2481adbe89a918817d5b1726e65e /docs/_theme | |
| parent | 519cfbb4e8f388664347fcc708e44148148ed6f8 (diff) | |
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
Backport of 93452a70e8a62c7408eeded444f5088d4a26212d from master
Diffstat (limited to 'docs/_theme')
| -rw-r--r-- | docs/_theme/djangodocs/static/djangodocs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_theme/djangodocs/static/djangodocs.css b/docs/_theme/djangodocs/static/djangodocs.css index 569e53e434..22fce2a158 100644 --- a/docs/_theme/djangodocs/static/djangodocs.css +++ b/docs/_theme/djangodocs/static/djangodocs.css @@ -118,7 +118,7 @@ div.admonition-philosophy { padding-left:65px; background:url(docicons-philosoph div.admonition-behind-the-scenes { padding-left:65px; background:url(docicons-behindscenes.png) .8em .8em no-repeat;} .admonition.warning { background:url(docicons-warning.png) .8em .8em no-repeat; border:1px solid #ffc83c;} -/*** versoinadded/changes ***/ +/*** versionadded/changes ***/ div.versionadded, div.versionchanged { } div.versionadded span.title, div.versionchanged span.title, span.versionmodified { font-weight: bold; } div.versionadded, div.versionchanged, div.deprecated { color:#555; } |
