[yt-svn] commit/yt: 2 new changesets

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


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/dee8cd4e2482/
Changeset:   dee8cd4e2482
Branch:      yt
User:        ngoldbaum
Date:        2014-08-15 19:34:58
Summary:     Fixing an issue with the doc navbar not collapsing correctly.
Affected #:  1 file

diff -r ce08b4644d20723154a7b0811fb1ef483cd1bf23 -r dee8cd4e2482c51ffeada18775df114dc3797073 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;
+    }
 }
 
 /* 


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