From c7d3db714ea0b679617ff0c160d9f05f6e288770 Mon Sep 17 00:00:00 2001 From: Robert Kern Date: Fri, 17 Oct 2014 12:41:52 -0700 Subject: [PATCH] BUG: nav-pills on right float right. --- enthought_sphinx_theme/enthought/static/enthought.css_t | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/enthought_sphinx_theme/enthought/static/enthought.css_t b/enthought_sphinx_theme/enthought/static/enthought.css_t index f7c4b5c..654a09a 100644 --- a/enthought_sphinx_theme/enthought/static/enthought.css_t +++ b/enthought_sphinx_theme/enthought/static/enthought.css_t @@ -166,6 +166,10 @@ pre { background-color: #253370; } +.nav-pills.pull-right > li { + float: right; +} + a { color: #253370; text-decoration: none;