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

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

Issue 10689117: Extensions Docs Server: Support APIs with properties (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Storage API looking good Created 8 years, 5 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 .type_name, 1 .type_name,
2 .variable, 2 .variable,
3 .property { 3 .property {
4 font-style: italic; 4 font-style: italic;
5 } 5 }
6 6
7 .api_reference div.summary { 7 .api_reference div.summary {
8 border: 1px solid #93B4D9; 8 border: 1px solid #93B4D9;
9 font-family: "Courier New", courier, monospace; 9 font-family: "Courier New", courier, monospace;
10 padding: 0.5em 0.5em 0.5em 2em; 10 padding: 0.5em 0.5em 0.5em 2em;
11 text-indent: -1.5em; 11 text-indent: -1.5em;
12 background-color: #CADEF4; 12 background-color: #CADEF4;
13 margin-top: 1em; 13 margin-top: 1em;
14 } 14 }
15 15
16 .api_reference div.summary:first-letter {
17 text-transform: lowercase;
not at google - send to devlin 2012/07/09 11:01:20 Can this be done in handlebar_dict_generator inste
cduvall 2012/07/09 17:50:40 This is necessary because when types have function
not at google - send to devlin 2012/07/09 23:05:34 Ah, cool. Comment?
cduvall 2012/07/09 23:22:58 Done.
18 }
19
16 .api_reference div.description { 20 .api_reference div.description {
17 margin-left: 2em; 21 margin-left: 2em;
18 } 22 }
19 23
20 div.summary .subdued { 24 div.summary .subdued {
21 color: #dfc9fb; 25 color: #dfc9fb;
22 } 26 }
23 27
24 .optional { 28 .optional {
25 color: #7D7D7D; 29 color: #7D7D7D;
(...skipping 29 matching lines...) Expand all
55 margin: .4em 0 0 1em; 59 margin: .4em 0 0 1em;
56 } 60 }
57 61
58 #toc ol li ol { 62 #toc ol li ol {
59 margin: 0; 63 margin: 0;
60 } 64 }
61 65
62 #toc ol li ol li { 66 #toc ol li ol li {
63 margin: .1em 0 0 1em; 67 margin: .1em 0 0 1em;
64 } 68 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698