Skip to content

Commit

Permalink
Move rst-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseacheung committed Jan 27, 2017
1 parent affc257 commit 79f4fb8
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ img {

.wy-body-for-nav {
background-image: none;
max-width: 1274px;
margin: 0 auto;
}

.wy-grid-for-nav {
position: relative;
max-width: 1274px;
margin: 0 auto;
}

.wy-nav-content-wrap {
Expand Down Expand Up @@ -80,6 +80,10 @@ img {
line-height: 1.35em !important;
}

.rst-versions {
left: unset;
}

.wy-nav-content {
background-color: #ffffff;
margin: unset;
Expand Down Expand Up @@ -133,7 +137,8 @@ footer .commit {
}

@media screen and (max-width: 768px) {
.wy-nav-side.shift {
.wy-nav-side.shift,
.rst-versions.shift {
width: 50%;
left: 0;
}
Expand All @@ -158,7 +163,8 @@ footer .commit {
}

@media screen and (max-width: 500px) {
.wy-nav-side.shift {
.wy-nav-side.shift,
.rst-versions.shift {
width: 75%;
left: 0;
}
Expand All @@ -169,7 +175,8 @@ footer .commit {
}

@media screen and (max-width: 350px) {
.wy-nav-side.shift {
.wy-nav-side.shift,
.rst-versions.shift {
width: 85%;
left: 0;
}
Expand All @@ -180,7 +187,8 @@ footer .commit {
}

@media screen and (min-width: 200px) and (max-width: 300px) {
.wy-nav-side.shift {
.wy-nav-side.shift,
.rst-versions.shift {
width: 100%;
left: 0;
}
Expand Down

0 comments on commit 79f4fb8

Please sign in to comment.