From ab2a2f669563cea542a721fcbc907bb7c93d6e1f Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 6 Jun 2014 20:31:23 -0400 Subject: [1.6.x] Removed duplicate "Deprecated in Django A.B" text in docs. sphinx 1.2+ adds this text itself. Backport of 7f4347b176 from master --- docs/_theme/djangodocs/static/djangodocs.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/_theme') diff --git a/docs/_theme/djangodocs/static/djangodocs.css b/docs/_theme/djangodocs/static/djangodocs.css index 86ac07adb4..6579202cb9 100644 --- a/docs/_theme/djangodocs/static/djangodocs.css +++ b/docs/_theme/djangodocs/static/djangodocs.css @@ -117,7 +117,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; } -- cgit v1.3