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

Side by Side Diff: utils/apidoc/static/apidoc-styles.css

Issue 9844031: add disqus comments (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: remove generated file Created 8 years, 8 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 | « utils/apidoc/apidoc.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #comments {
2 width: 1000px;
3 margin: 0 auto 22px auto;
4 }
1 5
2 .mdn { 6 .mdn {
3 border: solid 1px hsl(10, 80%, 90%); 7 border: solid 1px hsl(10, 80%, 90%);
4 border-radius: 4px; 8 border-radius: 4px;
5 font-size: 16px; 9 font-size: 16px;
6 line-height: 22px; 10 line-height: 22px;
7 margin: 22px 0; 11 margin: 22px 0;
8 padding: 21px 21px 0 21px; 12 padding: 21px 21px 0 21px;
9 } 13 }
10 14
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 83
80 .correspond { 84 .correspond {
81 font: italic 400 14px/22px 'Open Sans', 'Lucida Sans Unicode', 85 font: italic 400 14px/22px 'Open Sans', 'Lucida Sans Unicode',
82 'Lucida Grande', sans-serif; 86 'Lucida Grande', sans-serif;
83 color: #666; 87 color: #666;
84 } 88 }
85 89
86 .correspond .crossref { 90 .correspond .crossref {
87 font: inherit; 91 font: inherit;
88 } 92 }
OLDNEW
« no previous file with comments | « utils/apidoc/apidoc.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698