summaryrefslogtreecommitdiff
path: root/docs/_theme
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-06-30 18:38:30 -0400
committerTim Graham <timograham@gmail.com>2014-06-30 18:38:30 -0400
commitf3a933d7c19b944a2dc86c1232f5c6c7224d2fe7 (patch)
tree2aa5c1b0e73b1a2e11a42a6f1f6f5284d57bed7c /docs/_theme
parente3c7af18a307f9d020eb798bdad6cc63ab22dac9 (diff)
Made docs CSS for versionchanged/added more similar to docs.djangoproject.com.
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 2df9699a82..9cf2384da0 100644
--- a/docs/_theme/djangodocs/static/djangodocs.css
+++ b/docs/_theme/djangodocs/static/djangodocs.css
@@ -121,7 +121,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, span.versionmodified { font-weight: bold; }
-div.deprecated { color:#555; }
+div.versionadded, div.versionchanged, div.deprecated { color:#555; }
/*** p-links ***/
a.headerlink { color: #c60f0f; font-size: 0.8em; padding: 0 4px 0 4px; text-decoration: none; visibility: hidden; }