From 8106f55d471220c3b7aa257ec510b8227c90a3f8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 27 May 2009 12:56:56 +0000 Subject: Prevent line items within document body from being colored green. --- docs/.static/repoze.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/.static/repoze.css b/docs/.static/repoze.css index 7d5e6475e..79926b145 100644 --- a/docs/.static/repoze.css +++ b/docs/.static/repoze.css @@ -7,7 +7,7 @@ div.document { background-color: #dad3bd; } -div.sphinxsidebar h3,h4,h5,li,a { +div.sphinxsidebar h3, h4, h5, a { color: #127c56 !important; } @@ -19,3 +19,4 @@ div.related { div.related a { color: #dad3bd !important; } + -- cgit v1.2.3