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:03:34 -0500 |
| commit | 227bd3f8dbcedb4d90cf5474bc237ca4bd46d49d (patch) | |
| tree | 69bb22fc28338d166fa0e9bf5c35c176ba358673 /docs/_theme | |
| parent | 066cf2d70e30d6fae2a53b71b44137afa44ae5fa (diff) | |
| download | django-227bd3f8dbcedb4d90cf5474bc237ca4bd46d49d.tar.gz | |
Addeded CSS to bold deprecation notices.
Thanks Sam Lai for mentioning this on the mailing list.
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; } |
