From ad00e0dd4327613d405eda91af5d73932b0262a2 Mon Sep 17 00:00:00 2001 From: Dmitriy Anisimov Date: Sat, 6 Sep 2014 14:15:04 +0400 Subject: [PATCH] tt & header background colors changed --- doc/_themes/sphinxdoc/static/default.css_t | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/_themes/sphinxdoc/static/default.css_t b/doc/_themes/sphinxdoc/static/default.css_t index 16c4b79..ce5ee06 100644 --- a/doc/_themes/sphinxdoc/static/default.css_t +++ b/doc/_themes/sphinxdoc/static/default.css_t @@ -192,7 +192,7 @@ a tt { h1, h2, h3, h4, h5, h6 { color: #0a507a; - background-color: #f2f8fa; + background-color: #e5f5ff; font-weight: 300; } @@ -244,21 +244,17 @@ cite, code, tt { font-family: 'Consolas', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; font-size: 14px; - letter-spacing: -0.02em; min-width: 780px; max-width: 1080px; } tt { - background-color: #f2f2f2; - border: 1px solid #ddd; - border-radius: 2px; - color: #333; + color: #003048; padding: 1px; } tt.descname, tt.descclassname, tt.xref { - border: 0; + font-size: 12px; } hr { -- 2.7.4