summaryrefslogtreecommitdiffstats
path: root/third_party/simplejson/docs/_static/rightsidebar.css
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/simplejson/docs/_static/rightsidebar.css')
-rwxr-xr-xthird_party/simplejson/docs/_static/rightsidebar.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/simplejson/docs/_static/rightsidebar.css b/third_party/simplejson/docs/_static/rightsidebar.css
new file mode 100755
index 0000000..bc604a8
--- /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;
+}