From 05b291fb3ac9117699f5f3fbd7b948407885331c Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sun, 5 Feb 2012 02:28:27 -0500 Subject: [PATCH] DOC: Remove duplicate "pre" formatting. --- doc/source/themes/agogo/static/agogo.css_t | 7 +------ doc/source/themes/agogo/theme.conf | 1 + 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/source/themes/agogo/static/agogo.css_t b/doc/source/themes/agogo/static/agogo.css_t index fd0739d9..a1838105 100644 --- a/doc/source/themes/agogo/static/agogo.css_t +++ b/doc/source/themes/agogo/static/agogo.css_t @@ -113,11 +113,6 @@ img { border: 0; } -pre { - background-color: #EEE; - padding: 0.5em; -} - div.admonition { margin-top: 10px; margin-bottom: 10px; @@ -579,7 +574,7 @@ p.admonition-title:after { } pre { - padding: 5px; + padding: 1em; background-color: {{ theme_codebgcolor }}; color: {{ theme_codetextcolor }}; line-height: 120%; diff --git a/doc/source/themes/agogo/theme.conf b/doc/source/themes/agogo/theme.conf index 29b359b3..a991e5c0 100644 --- a/doc/source/themes/agogo/theme.conf +++ b/doc/source/themes/agogo/theme.conf @@ -15,4 +15,5 @@ linkcolor = #FC852B headercolor1 = #555 headercolor2 = #555 headerlinkcolor = #fcaf3e +codebgcolor = #EEE textalign = justify