Skip to content

Commit

Permalink
Style update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirjam Baltus committed May 10, 2016
1 parent ad20306 commit 2767710
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions _static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ a.btn span.fa {
display: none;
}

div.wy-menu.rst-pro,
.rst-versions {
div.wy-menu.rst-pro {
display: none !important;
}

Expand All @@ -149,3 +148,33 @@ div.wy-menu.rst-pro,
border-top: 0px;
border-bottom: 0px;
}

.rst-versions {
background: #EDEDED;

border-top: solid 10px #EDEDED;
}

.rst-versions .rst-other-versions dd a {
color: #16a2c5;

padding: 6px 6px 6px 0;
}

.rst-versions .rst-current-version {
background-color: #7C7C7D;

color: #fff !important;
}

.rst-versions .rst-other-versions {
color: #333;
}

.rst-versions .rst-other-versions hr {
display: none;
}

.injected dd div {
padding: 6px 6px 6px 0 !important;
}

0 comments on commit 2767710

Please sign in to comment.