Kaydet (Commit) faed5b51 authored tarafından Ezio Melotti's avatar Ezio Melotti

Add CSS rule for the deprecated-removed directive

üst 925914f9
...@@ -253,8 +253,8 @@ table.docutils { ...@@ -253,8 +253,8 @@ table.docutils {
table.docutils td, table.docutils th { table.docutils td, table.docutils th {
padding: 2px 5px 2px 5px; padding: 2px 5px 2px 5px;
border-left: 0; border-left: 0;
background-color: #eef; background-color: #eef;
} }
table.field-list td, table.field-list th { table.field-list td, table.field-list th {
...@@ -266,7 +266,7 @@ table.footnote td, table.footnote th { ...@@ -266,7 +266,7 @@ table.footnote td, table.footnote th {
} }
table.docutils th { table.docutils th {
border-top: 1px solid #cac; border-top: 1px solid #cac;
background-color: #ede; background-color: #ede;
} }
...@@ -276,7 +276,7 @@ th { ...@@ -276,7 +276,7 @@ th {
} }
th.head { th.head {
text-align: center; text-align: center;
} }
/* -- other body styles ----------------------------------------------------- */ /* -- other body styles ----------------------------------------------------- */
...@@ -329,7 +329,7 @@ dl.glossary dt { ...@@ -329,7 +329,7 @@ dl.glossary dt {
font-style: italic; font-style: italic;
} }
p.deprecated { p.deprecated, p.deprecated-removed {
background-color: #ffe4e4; background-color: #ffe4e4;
border: 1px solid #f66; border: 1px solid #f66;
padding: 7px padding: 7px
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment