浏览代码

Addeded CSS to bold deprecation notices.

Thanks Sam Lai for mentioning this on the mailing list.
Tim Graham 12 年之前
父节点
当前提交
227bd3f8db
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/_theme/djangodocs/static/djangodocs.css

+ 1 - 1
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; }