diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-05-27 12:56:56 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-05-27 12:56:56 +0000 |
| commit | 8106f55d471220c3b7aa257ec510b8227c90a3f8 (patch) | |
| tree | 5a63dea7688a32e87cb2bf775e84136691f2f9ec /docs | |
| parent | fc4fa2068afff83db35be15a5c94eb7b77c0fab0 (diff) | |
| download | pyramid-8106f55d471220c3b7aa257ec510b8227c90a3f8.tar.gz pyramid-8106f55d471220c3b7aa257ec510b8227c90a3f8.tar.bz2 pyramid-8106f55d471220c3b7aa257ec510b8227c90a3f8.zip | |
Prevent line items within document body from being colored green.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/.static/repoze.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; } + |
