diff options
| author | Blaise Laflamme <blaise@laflamme.org> | 2010-10-30 15:20:21 -0400 |
|---|---|---|
| committer | Blaise Laflamme <blaise@laflamme.org> | 2010-10-30 15:20:21 -0400 |
| commit | d1fc6a6676182743d355bb8b0d0fe6e8fbc2281a (patch) | |
| tree | 9acf413822904df7063bd547c34e4473d5bf4b76 | |
| parent | 4dfd36f481e15254c4d28fadec81556971fee88c (diff) | |
| download | pyramid-d1fc6a6676182743d355bb8b0d0fe6e8fbc2281a.tar.gz pyramid-d1fc6a6676182743d355bb8b0d0fe6e8fbc2281a.tar.bz2 pyramid-d1fc6a6676182743d355bb8b0d0fe6e8fbc2281a.zip | |
Fixed .pre class under an a tag to render link properly, fixed tt background.
| -rw-r--r-- | docs/_static/pyramid.css | 6 |
1 files changed, 3 insertions, 3 deletions
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; |
