From d1fc6a6676182743d355bb8b0d0fe6e8fbc2281a Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Sat, 30 Oct 2010 15:20:21 -0400 Subject: Fixed .pre class under an a tag to render link properly, fixed tt background. --- docs/_static/pyramid.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/_static') diff --git a/docs/_static/pyramid.css b/docs/_static/pyramid.css index afa46cc67..20ef0e7b1 100644 --- a/docs/_static/pyramid.css +++ b/docs/_static/pyramid.css @@ -151,12 +151,12 @@ p.sidebar-title { /* -- body styles ----------------------------------------------------------- */ -a { +a, a .pre { color: #1b61d6; text-decoration: none; } -a:hover { +a:hover, a:hover .pre { color: #e88f00; text-decoration: underline; } @@ -247,7 +247,7 @@ pre { } tt { - background-color: #ecf0f3; + background-color: transparent; color: #222; /* padding: 1px 2px; */ font-size: 1.1em; -- cgit v1.2.3