Skip to content

Commit 577206e

Browse files
fix shadow
1 parent 81bf841 commit 577206e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

web/pandas/pdeps/0010-required-pyarrow-dependency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
While this PDEP mentions adding pyarrow as a required dependency in
1515
pandas 3.0, this aspect has been delayed until after pandas 3.0 (see the
1616
abstract of [PDEP-14](https://pandas.pydata.org/pdeps/0014-string-dtype.html)).
17-
Therefore, pandas 3.0 will not have a hard requirement on pyarrow but still use
17+
Therefore, pandas 3.0 will *not* have a hard requirement on pyarrow but still use
1818
pyarrow by default (for the new string dtype) when installed.
1919

2020
## Abstract

web/pandas/static/css/pandas.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ h2:hover a.headerlink, h3:hover a.headerlink {
142142
margin: 1.5625em auto;
143143
padding: 0 0.6rem 0.8rem;
144144
overflow: hidden;
145+
box-shadow: 0 .2rem .5rem rgba(0,0,0,0.1),0 0 .0625rem rgba(0,0,0,0.1) !important;
145146
/* break-inside has replaced page-break-inside and is widely usable since 2019 */
146147
page-break-inside: avoid;
147148
break-inside: avoid;

0 commit comments

Comments
 (0)