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

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

Issue 10697056: Extensions Docs Server: Handlebar updates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/template_data_source_test.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body { 1 body {
2 font-family: "open sans", Helvetica, Arial, sans-serif; 2 font-family: "open sans", Helvetica, Arial, sans-serif;
3 font-size: small; 3 font-size: small;
4 color: #333; 4 color: #333;
5 background-color: white; 5 background-color: white;
6 margin: 0; 6 margin: 0;
7 padding: 0; 7 padding: 0;
8 } 8 }
9 9
10 p { 10 p {
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 margin: 0; 248 margin: 0;
249 color: #666; 249 color: #666;
250 } 250 }
251 251
252 #gc-footer .text { 252 #gc-footer .text {
253 text-align: center; 253 text-align: center;
254 padding: 30px 0; 254 padding: 30px 0;
255 margin: 0 0 0 0; 255 margin: 0 0 0 0;
256 } 256 }
257 257
258 #type_name { 258 .type_name {
259 font-style: italic; 259 font-style: italic;
260 } 260 }
261 261
262 .api_reference div.summary { 262 .api_reference div.summary {
263 border: 1px solid #b582f6; 263 border: 1px solid #b582f6;
264 font-family: "Courier New", courier, monospace; 264 font-family: "Courier New", courier, monospace;
265 padding: 0.5em 0.5em 0.5em 2em; 265 padding: 0.5em 0.5em 0.5em 2em;
266 text-indent: -1.5em; 266 text-indent: -1.5em;
267 background-color: #ede1fd; 267 background-color: #ede1fd;
268 margin-top: 1em; 268 margin-top: 1em;
269 } 269 }
270 270
271 .api_reference div.description { 271 .api_reference div.description {
272 margin-left: 2em; 272 margin-left: 2em;
273 } 273 }
274 274
275 div.summary .subdued { 275 div.summary .subdued {
276 color: #dfc9fb; 276 color: #dfc9fb;
277 } 277 }
278 278
279 .optional { 279 .optional {
280 color: #7D7D7D; 280 color: #7D7D7D;
281 } 281 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/template_data_source_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698