summaryrefslogtreecommitdiff
path: root/docs/_theme
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-01-09 19:03:34 -0500
committerTim Graham <timograham@gmail.com>2013-01-09 19:05:20 -0500
commitc26541f5cb0f069ff9562fa34d8408e69f9976e8 (patch)
tree0869e1b94b9f210a0ede859f389957312b6b5ed6 /docs/_theme
parentc4a9e5bd8d4c158e63b2fc77796a961ba0a191f4 (diff)
[1.4.x] Addeded CSS to bold deprecation notices.
Thanks Sam Lai for mentioning this on the mailing list. Backport of 227bd3f8db from master
Diffstat (limited to 'docs/_theme')
-rw-r--r--docs/_theme/djangodocs/static/djangodocs.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_theme/djangodocs/static/djangodocs.css b/docs/_theme/djangodocs/static/djangodocs.css
index 4efb7e04f3..bab81cd919 100644
--- a/docs/_theme/djangodocs/static/djangodocs.css
+++ b/docs/_theme/djangodocs/static/djangodocs.css
@@ -115,7 +115,7 @@ 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 { font-weight: bold; }
+div.versionadded span.title, div.versionchanged span.title, div.deprecated span.title { font-weight: bold; }
/*** p-links ***/
a.headerlink { color: #c60f0f; font-size: 0.8em; padding: 0 4px 0 4px; text-decoration: none; visibility: hidden; }