We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2096b28 commit e2558d8Copy full SHA for e2558d8
web/pandas/static/css/pandas.css
@@ -106,23 +106,22 @@ blockquote {
106
color: #787878;
107
font-size: 18px;
108
}
109
-
110
.toc {
111
- background: #f0f0f0;
112
- padding: 10px;
+ background: #f9f9f9;
+ padding: 1em;
+ border: 0.1em solid darkgrey;
113
+ border-radius: 0.4em;
114
display: inline-block;
115
+ margin: 1em 0;
116
+}
117
+.toc .toctitle {
118
+ font-weight: bold;
119
+ padding-bottom: 1em;
120
121
a.headerlink {
122
opacity: 0;
123
-h2:hover a.headerlink {
- opacity: 1;
- transition: opacity 0.5s;
-}
-h3:hover a.headerlink {
124
+h2:hover a.headerlink, h3:hover a.headerlink {
125
opacity: 1;
126
transition: opacity 0.5s;
127
-.container {
- max-width: 100ch;
128
0 commit comments