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

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

Issue 10829314: Extension docs server: CSS and content tweaks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: try again.... 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. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 .type_name, 6 .type_name,
7 .variable, 7 .variable,
8 .property { 8 .property {
9 font-style: italic; 9 font-style: italic;
10 } 10 }
(...skipping 27 matching lines...) Expand all
38 */ 38 */
39 .api_reference div.lower:first-letter { 39 .api_reference div.lower:first-letter {
40 text-transform: lowercase; 40 text-transform: lowercase;
41 } 41 }
42 42
43 .api_reference div.description { 43 .api_reference div.description {
44 margin-left: 2em; 44 margin-left: 2em;
45 } 45 }
46 46
47 div.summary .subdued { 47 div.summary .subdued {
48 color: #dfc9fb; 48 color: #7594B8;
49 } 49 }
50 50
51 .optional { 51 .optional {
52 color: #7D7D7D; 52 color: #7D7D7D;
53 } 53 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/server2/converter.py ('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