Commit f3a933d7 authored by Tim Graham's avatar Tim Graham
Browse files

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

parent e3c7af18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; }