[yt-svn] commit/yt: ngoldbaum: One more css hack to fix the styling for code tags in the text.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jul 30 17:08:57 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/707bfa72a2ed/
Changeset:   707bfa72a2ed
Branch:      yt-3.0
User:        ngoldbaum
Date:        2014-07-31 02:08:41
Summary:     One more css hack to fix the styling for code tags in the text.
Affected #:  1 file

diff -r 21df009356a6da013a5e8a736612d9203ef8966e -r 707bfa72a2ed3473e5393910c7415f86842fd19e doc/source/_static/custom.css
--- a/doc/source/_static/custom.css
+++ b/doc/source/_static/custom.css
@@ -32,4 +32,9 @@
         padding-top: 10px;
         padding-bottom: 10px;
     }
+}
+
+p code {
+    color:  #d14;    
+    white-space: nowrap;
 }
\ No newline at end of file

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