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

Side by Side Diff: third_party/gsutil/boto/docs/source/boto_theme/static/boto.css_t

Issue 10199002: Upgrade gsutil to 3.4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments Created 8 years, 7 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 | Annotate | Revision Log
OLDNEW
1 /** 1 /**
2 * Sphinx stylesheet -- default theme 2 * Sphinx stylesheet -- default theme
3 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 */ 4 */
5 5
6 @import url("basic.css"); 6 @import url("basic.css");
7 7
8 /* -- page layout ----------------------------------------------------------- */ 8 /* -- page layout ----------------------------------------------------------- */
9 9
10 body { 10 body {
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 padding: 1px 2px; 230 padding: 1px 2px;
231 font-size: 1.2em; 231 font-size: 1.2em;
232 font-family: monospace; 232 font-family: monospace;
233 } 233 }
234 234
235 #table-of-contents ul { 235 #table-of-contents ul {
236 padding-left: 2em; 236 padding-left: 2em;
237 } 237 }
238 238
239 div.sphinxsidebarwrapper div a {margin: 0.7em;} 239 div.sphinxsidebarwrapper div a {margin: 0.7em;}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698