From 6f33418bdcefa6b464cedb03bf8c25105c93173d Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Tue, 22 Oct 2013 21:23:06 -0700 Subject: [PATCH] minor fixes --- bower.json | 2 +- sphinx_rtd_theme/static/theme.css | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 26bdc204..26e1582f 100644 --- a/bower.json +++ b/bower.json @@ -25,7 +25,7 @@ "tests" ], "dependencies": { - "wyrm": "~0.0.9" + "wyrm": "~0.0.x" } } diff --git a/sphinx_rtd_theme/static/theme.css b/sphinx_rtd_theme/static/theme.css index 6489e53d..fdbaa650 100644 --- a/sphinx_rtd_theme/static/theme.css +++ b/sphinx_rtd_theme/static/theme.css @@ -3303,7 +3303,7 @@ code, .rst-content .method dt, .rst-content dl.class dt, .rst-content tt.literal font-size: 80%; padding: 0 5px; font-family: "source-code-pro-1", "source-code-pro-2", Incosolata, Consolata, Monaco, monospace; - color: gray; + color: #e74c3c; } code.code-large, .rst-content .method dt.code-large, .rst-content dl.class dt.code-large, .rst-content tt.code-large.literal { font-size: 90%; @@ -3576,7 +3576,6 @@ a.wy-text-neutral:hover { border: none; } .rst-content table.docutils.field-list .field-name { - padding-left: 24px; padding-right: 5px; text-align: left; } @@ -3592,8 +3591,11 @@ a.wy-text-neutral:hover { .rst-content .method dt .headerlink, .rst-content dl.class dt .headerlink { color: #404040; } +.rst-content .method dd, .rst-content dl.class dd { + margin-left: 24px; +} .rst-content .class blockquote, .rst-content .method blockquote { - margin-left: 48px; + margin-left: 24px; } .rst-content tt { font-family: "source-code-pro-1", "source-code-pro-2", Incosolata, Consolata, Monaco, monospace;