Skip to content

Commit baf6d92

Browse files
committed
add some height
1 parent 9302be3 commit baf6d92

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/build/static/docs.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ a.headerlink:hover {
151151
#docs-body-container {
152152
background-color:#EFEFEF;
153153
border: solid 1px #CCC;
154-
155154
}
156155

157156
#docs-body,
@@ -166,6 +165,10 @@ a.headerlink:hover {
166165

167166
}
168167

168+
#docs-body {
169+
min-height: 400px;
170+
}
171+
169172
#docs-sidebar > ul {
170173
font-size:.85em;
171174
}
@@ -339,7 +342,7 @@ div.admonition, div.topic, .deprecated, .versionadded, .versionchanged {
339342
.deprecated .versionmodified,
340343
.versionadded > p:first-child > span:first-child,
341344
.versionchanged > p:first-child > span:first-child,
342-
.deprecated > p:first-child > span:first-child
345+
.deprecated > p:first-child > span:first-child
343346
{
344347
background-color: #ECF0F3;
345348
color: #990000;

0 commit comments

Comments
 (0)