[yt-svn] commit/yt: ngoldbaum: Updating custom css for the new docs theme.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jul 23 15:03:59 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/931e363adca8/
Changeset:   931e363adca8
Branch:      yt-3.0
User:        ngoldbaum
Date:        2014-07-23 23:17:41
Summary:     Updating custom css for the new docs theme.
Affected #:  3 files

diff -r b70f587ed6507a571e1a580d86e3b848a4f40a22 -r 931e363adca844c1046fe6027481b538f1ba2576 doc/source/_static/agogo_yt.css
--- a/doc/source/_static/agogo_yt.css
+++ /dev/null
@@ -1,41 +0,0 @@
- at import url("agogo.css");
- at import url("http://fonts.googleapis.com/css?family=Crimson+Text");
- at import url("http://fonts.googleapis.com/css?family=Droid+Sans");
-
-div.document ul {
-  margin-left: 1.5em;
-  margin-top: 0.0em;
-  margin-bottom: 1.0em;
-}
-
-div.document li.toctree-l1 {
-  margin-bottom: 0.5em;
-}
-
-table.contentstable {
-  width: 100%;
-}
-
-table.contentstable td {
-  padding: 5px 15px 0px 15px;
-}
-
-table.contentstable tr {
-  border-bottom: 1px solid black;
-}
-
-a.biglink {
-  line-height: 1.2em;
-}
-
-a tt.xref {
-  font-weight: bolder;
-}
-
-table.docutils {
-  width: 100%;
-}
-
-table.docutils td {
-  width: 50%;
-}

diff -r b70f587ed6507a571e1a580d86e3b848a4f40a22 -r 931e363adca844c1046fe6027481b538f1ba2576 doc/source/_static/custom.css
--- /dev/null
+++ b/doc/source/_static/custom.css
@@ -0,0 +1,8 @@
+blockquote {
+    font-size: 16px
+    border-left: none
+}
+
+dd {
+    margin-left: 30px
+}
\ No newline at end of file

diff -r b70f587ed6507a571e1a580d86e3b848a4f40a22 -r 931e363adca844c1046fe6027481b538f1ba2576 doc/source/_templates/layout.html
--- a/doc/source/_templates/layout.html
+++ b/doc/source/_templates/layout.html
@@ -35,3 +35,5 @@
     </div>
 {%- endblock %}
 
+{# Custom CSS overrides #}
+{% set bootswatch_css_custom = ['_static/custom.css'] %}

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