]> granicus.if.org Git - python/commitdiff
Add CSS rule for the deprecated-removed directive
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 21 Nov 2010 20:27:39 +0000 (20:27 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 21 Nov 2010 20:27:39 +0000 (20:27 +0000)
Doc/tools/sphinxext/static/basic.css

index aeb13816d1fb5f2ad7e39cdbc594656bc5029a34..46237d82c628d4f988f174d511383e2162332b8c 100644 (file)
@@ -253,8 +253,8 @@ table.docutils {
 
 table.docutils td, table.docutils th {
     padding: 2px 5px 2px 5px;
-    border-left: 0;    
-    background-color: #eef;    
+    border-left: 0;
+    background-color: #eef;
 }
 
 table.field-list td, table.field-list th {
@@ -266,7 +266,7 @@ table.footnote td, table.footnote th {
 }
 
 table.docutils th {
-    border-top: 1px solid #cac;    
+    border-top: 1px solid #cac;
     background-color: #ede;
 }
 
@@ -276,7 +276,7 @@ th {
 }
 
 th.head {
-    text-align: center;    
+    text-align: center;
 }
 
 /* -- other body styles ----------------------------------------------------- */
@@ -329,7 +329,7 @@ dl.glossary dt {
     font-style: italic;
 }
 
-p.deprecated {
+p.deprecated, p.deprecated-removed {
     background-color: #ffe4e4;
     border: 1px solid #f66;
     padding: 7px