diff options
| author | Tim Graham <timograham@gmail.com> | 2013-01-09 19:03:34 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-01-09 19:05:00 -0500 |
| commit | f9604c8247e1b0369fecc9855494faff3c6ae3e8 (patch) | |
| tree | daa71008130a033b3964e2fada5f40515f3c0ace /docs/_theme | |
| parent | 7f7b6a369b5d8749bf7ef3324803b8041ff59b56 (diff) | |
[1.5.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.css | 2 |
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; } |
