Skip to content

Commit 36814a5

Browse files
committed
Merge pull request #4 from enthought/fix/nav-float-right
BUG: nav-pills on right float right.
2 parents 681126b + c7d3db7 commit 36814a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

enthought_sphinx_theme/enthought/static/enthought.css_t

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ pre {
166166
background-color: #253370;
167167
}
168168

169+
.nav-pills.pull-right > li {
170+
float: right;
171+
}
172+
169173
a {
170174
color: #253370;
171175
text-decoration: none;

0 commit comments

Comments
 (0)