diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-27 16:53:49 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-27 16:53:49 -0400 |
| commit | bb671fafcaf029b298aceb9faba8901c648208f0 (patch) | |
| tree | 32aa3e2599708b53fc68365f6ebd7e6117c0db12 /doc/build/static/docs.css | |
| parent | a0366c9a56156bb01506d6ed977d945c371d0d06 (diff) | |
| download | sqlalchemy-bb671fafcaf029b298aceb9faba8901c648208f0.tar.gz | |
OK this one seems to be the most solid
Diffstat (limited to 'doc/build/static/docs.css')
| -rw-r--r-- | doc/build/static/docs.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index a740fc426..f6e7cc6f2 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -1,5 +1,9 @@ /* global */ +.body-background { + background-color: #FDFBFC; +} + body { background-color: #FDFBFC; margin:0 38px; @@ -197,7 +201,6 @@ a.headerlink:hover { #docs-top-navigation-container { - background-color:#FFF; } #docs-top-navigation-container.automated { @@ -205,7 +208,6 @@ a.headerlink:hover { top:0; z-index:100; width:100%; - background-color:#FFF; } /* http://css-tricks.com/hash-tag-links-padding/ */ |
