update docsite ads

This commit is contained in:
John Mitchell 2015-08-11 13:29:18 -04:00
commit b5b73c1b5b
4 changed files with 38 additions and 11 deletions

View file

@ -4714,3 +4714,32 @@ span[id*='MathJax-Span'] {
color: #fff;
font-size: 20px;
}
.wy-menu-vertical a {
padding: 0;
}
.wy-menu-vertical a.reference.internal {
padding: 0.4045em 1.618em;
}
.DocSiteBanner {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background-color: #ff5850;
margin-bottom: 25px;
}
@media screen and (max-width: 1403px) {
.DocSiteBanner {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
background-color: #fff;
margin-bottom: 25px;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB