Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Side by Side Diff: third_party/simplejson/docs/_static/stickysidebar.css

Issue 159607: Extension docs build script, gyp target and PRESUBMIT.PY check (Closed)
Patch Set: remove build step on mac Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 /**
2 * Sphinx Doc Design -- Sticky sidebar Overrides
3 */
4
5 div.sphinxsidebar {
6 top: 30px;
7 left: 0px;
8 position: fixed;
9 margin: 0;
10 float: none;
11 }
12
13 div.related {
14 position: fixed;
15 }
16
17 div.documentwrapper {
18 margin-top: 30px;
19 }
OLDNEW
« no previous file with comments | « third_party/simplejson/docs/_static/sphinxdoc.css ('k') | third_party/simplejson/docs/_static/traditional.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698