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

Side by Side Diff: chrome/common/extensions/docs/server2/static/css/index.css

Issue 10823144: Extension docs server: tweak CSS to make it look much more like the current (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: licenses Created 8 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 | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
1 #gc-pagecontent { 6 #gc-pagecontent {
2 margin: 0; 7 margin: 0;
3 } 8 }
4 9
5 #index table { 10 #index table {
6 margin: 0 0 0 1px; 11 margin: 0 0 0 1px;
7 border-color: #36C; 12 border-color: #36C;
8 border-spacing: 0; 13 border-spacing: 0;
9 clear: right; 14 clear: right;
10 border-collapse: collapse; 15 border-collapse: collapse;
(...skipping 18 matching lines...) Expand all
29 } 34 }
30 35
31 #index td ul, #index td ol { 36 #index td ul, #index td ol {
32 margin: 0 0 1em 15px; 37 margin: 0 0 1em 15px;
33 padding: 0; 38 padding: 0;
34 } 39 }
35 40
36 #howDoIStart { 41 #howDoIStart {
37 width: 330px; 42 width: 330px;
38 } 43 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/server2/static/css/api.css ('k') | chrome/common/extensions/docs/server2/static/css/site.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698