Made docs CSS for versionchanged/added more similar to docs.djangoproject.com.

This commit is contained in:
Tim Graham 2014-06-30 18:38:30 -04:00
parent e3c7af18a3
commit f3a933d7c1
1 changed files with 1 additions and 1 deletions

View File

@ -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; }