mirror of
https://github.com/django/django.git
synced 2025-07-12 07:45:11 +00:00
Removed duplicate "Deprecated in Django A.B" text in docs.
sphinx 1.2+ adds this text itself.
This commit is contained in:
parent
5472bf4df0
commit
7f4347b176
2 changed files with 9 additions and 7 deletions
3
docs/_theme/djangodocs/static/djangodocs.css
vendored
3
docs/_theme/djangodocs/static/djangodocs.css
vendored
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue