Skip to content

Commit 90dac2d

Browse files
authored
Merge pull request #519 from bashtage/sphinx-immaterial
DOC: Small improvements
2 parents ace8056 + 88f606a commit 90dac2d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/source/_static/css/small_fixes.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ span.classifier:before {
1212

1313
div.deprecated, div.versionadded, div.versionchanged {
1414
background-color: #FFFFFF;
15-
border-left: .05rem solid;
15+
border: .05rem solid;
1616
border-color: #459db9;
1717
border-radius: .2rem;
1818
/* box-shadow: 0 .2rem .5rem #d8d8d8,0 0 .0625rem #d8d8d8!important; */
@@ -32,7 +32,7 @@ div.deprecated>p, div.versionadded>p, div.versionchanged>p {
3232

3333
div.deprecated {
3434
border-color: #dc3545;
35-
background-color: rgba(255, 0, 0, 0.2);
35+
background-color: rgba(255, 0, 0, 0.1);
3636
}
3737

3838
span.versionmodified {
@@ -49,6 +49,5 @@ div.deprecated p:before {
4949

5050
span.versionmodified.deprecated:before {
5151
color: #dc3545;
52-
/* content: ""; */
5352
}
5453

0 commit comments

Comments
 (0)