Skip to content

Commit

Permalink
Fixing the positioning of the injected RTD version navigaor to bottom…
Browse files Browse the repository at this point in the history
… left (rather than just floating around bottom right [skip ci]
  • Loading branch information
DominicWatson committed Jan 24, 2015
1 parent d015b73 commit 451ca8d
Showing 1 changed file with 14 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
/*.header-bar {
width : 100%;
position : fixed;
z-index : 201;
color : white;
background-color : #2C3D4E;
}
.header-bar .project-title {
background : url( ./logo-preside-admin-header.png ) 10px 10px no-repeat;
display : block;
height : 51px;
width : 300px;
text-indent : -9999px;
float : left;
}
*/
.wy-side-nav-search {
background-color : #2C3D4E;

Expand Down Expand Up @@ -74,4 +57,18 @@ hr {
.rst-content table.docutils td,
.rst-content table.field-list td {
vertical-align : top;
}

.rst-versions.rst-badge {
bottom : 0 !important;
left : 0 !important;
right : auto !important;
}

.rst-versions.rst-badge .rst-current-version {
text-align : right;
}

.rst-versions.rst-badge.shift-up .rst-current-version .fa-book {
margin: 9px 0 0 6px;
}

0 comments on commit 451ca8d

Please sign in to comment.