diff options
| author | Tim Graham <timograham@gmail.com> | 2014-06-06 20:31:23 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-06 20:31:23 -0400 |
| commit | 7f4347b1766b34d4c970226ca1be539d78b3d8b5 (patch) | |
| tree | c82d5909410936ff7471f7d743b624f0431a315d /docs/_theme/djangodocs/static/djangodocs.css | |
| parent | 5472bf4df079bec171db4e8a62659e9782595ce2 (diff) | |
Removed duplicate "Deprecated in Django A.B" text in docs.
sphinx 1.2+ adds this text itself.
Diffstat (limited to 'docs/_theme/djangodocs/static/djangodocs.css')
| -rw-r--r-- | docs/_theme/djangodocs/static/djangodocs.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_theme/djangodocs/static/djangodocs.css b/docs/_theme/djangodocs/static/djangodocs.css index 2b5288625b..2df9699a82 100644 --- a/docs/_theme/djangodocs/static/djangodocs.css +++ b/docs/_theme/djangodocs/static/djangodocs.css @@ -120,7 +120,8 @@ div.admonition-behind-the-scenes { padding-left:65px; background:url(docicons-be /*** versoinadded/changes ***/ div.versionadded, div.versionchanged { } -div.versionadded span.title, div.versionchanged span.title, div.deprecated span.title { font-weight: bold; } +div.versionadded span.title, div.versionchanged span.title, span.versionmodified { font-weight: bold; } +div.deprecated { color:#555; } /*** p-links ***/ a.headerlink { color: #c60f0f; font-size: 0.8em; padding: 0 4px 0 4px; text-decoration: none; visibility: hidden; } |
