Skip to content

Commit d63e9bc

Browse files
committed
DOC: Small improvements
1 parent 927be82 commit d63e9bc

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

doc/source/_static/css/small_fixes.css

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

1313
div.deprecated, div.versionadded, div.versionchanged {
1414
background-color: #FFFFFF;
15-
border-left: .2rem solid;
15+
border-left: .05rem solid;
1616
border-color: #459db9;
17-
border-radius: .25rem;
18-
box-shadow: 0 .2rem .5rem #d8d8d8,0 0 .0625rem #d8d8d8!important;
17+
border-radius: .2rem;
18+
/* box-shadow: 0 .2rem .5rem #d8d8d8,0 0 .0625rem #d8d8d8!important; */
1919
margin: 1.5625em auto;
2020
overflow: hidden;
2121
padding: 0 .6rem;
2222
page-break-inside: avoid;
2323
position: relative;
2424
transition: color .25s,background-color .25s,border-color .25s;
2525
vertical-align: middle;
26+
font-size: 0.64rem;
2627
}
2728
div.deprecated>p, div.versionadded>p, div.versionchanged>p {
2829
margin-bottom: .6rem;

0 commit comments

Comments
 (0)