[yt-svn] commit/yt: MatthewTurk: Merged in ngoldbaum/yt (pull request #1148)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Aug 15 11:18:58 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/5c847041a74e/
Changeset:   5c847041a74e
Branch:      yt
User:        MatthewTurk
Date:        2014-08-15 20:18:50
Summary:     Merged in ngoldbaum/yt (pull request #1148)

Fixing an issue with the doc navbar not collapsing correctly. Closes #879
Affected #:  1 file

diff -r 59353afbaf666dbfdd918372322749fd5e8fee4b -r 5c847041a74e8cd353617cc29da89048c62145ce doc/source/_static/custom.css
--- a/doc/source/_static/custom.css
+++ b/doc/source/_static/custom.css
@@ -39,6 +39,13 @@
         padding-top: 10px;
         padding-bottom: 10px;
     }
+    /* since 3.1.0 */
+    .navbar-collapse.collapse.in { 
+        display: block!important;
+    }
+    .collapsing {
+        overflow: hidden!important;
+    }
 }
 
 /*

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list