diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-06-21 22:35:31 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-06-21 22:35:31 -0400 |
| commit | cca0fe6ea60eb7f6b35cc433a6fff96cc65b3ff8 (patch) | |
| tree | 1cf26ff28e0b9bfb6bfbed044ba7ca520d63f862 /api-docs/source/_static/css/other.css | |
| parent | f0d1697cd7e49fb3889106f03e724d633e660a5f (diff) | |
remove 800px limit on API docs
Diffstat (limited to 'api-docs/source/_static/css/other.css')
| -rw-r--r-- | api-docs/source/_static/css/other.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api-docs/source/_static/css/other.css b/api-docs/source/_static/css/other.css new file mode 100644 index 00000000..c9600b7c --- /dev/null +++ b/api-docs/source/_static/css/other.css @@ -0,0 +1,3 @@ +.wy-nav-content { + max-width: 2000px !important; +} |
