Chromium Code Reviews| Index: third_party/simplejson/docs/_static/rightsidebar.css |
| diff --git a/third_party/simplejson/docs/_static/rightsidebar.css b/third_party/simplejson/docs/_static/rightsidebar.css |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..bc604a8931b9e38c947c0cd4d56990b05fb96bd4 |
| --- /dev/null |
| +++ b/third_party/simplejson/docs/_static/rightsidebar.css |
| @@ -0,0 +1,16 @@ |
| +/** |
| + * Sphinx Doc Design -- Right Side Bar Overrides |
| + */ |
| + |
| + |
| +div.sphinxsidebar { |
| + float: right; |
| +} |
| + |
| +div.bodywrapper { |
| + margin: 0 230px 0 0; |
| +} |
| + |
| +div.inlinecomments { |
| + right: 250px; |
| +} |