commit | 4382bc148133f47bb41381e704977311e1ba2912 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Tue Jan 10 13:35:51 2017 -0800 |
committer | GitHub <noreply@github.com> | Tue Jan 10 13:35:51 2017 -0800 |
tree | b8b22eb2612d98f692bbaad1a9c9034bf3a25559 | |
parent | 20e6e58d41e0684fa5702ff93718276d427efbdd [diff] [blame] |
Add google.oauth2.flow - utility for doing OAuth 2.0 Authorization Flow (#100)
diff --git a/docs/_static/custom.css b/docs/_static/custom.css index cd83aa8..b54dd24 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css
@@ -1,3 +1,7 @@ +div.document { + width: 1040px; +} + code.descname { color: #4885ed; }