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

Side by Side Diff: utils/dartdoc/docs/styles.css

Issue 8515029: Move doc generator out of frog samples. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 /* Reset */ 1 /* Reset */
jimhug 2011/11/11 18:02:31 Hmm... The review tool shows no change in this fi
Bob Nystrom 2011/11/11 18:21:28 I think Reitveld is smart enough to discover file
2 body, h1, h2, h3, h4, p, pre, section { 2 body, h1, h2, h3, h4, p, pre, section {
3 margin: 0; 3 margin: 0;
4 padding: 0; 4 padding: 0;
5 } 5 }
6 6
7 body { 7 body {
8 font-family: Georgia, serif; 8 font-family: Georgia, serif;
9 background: #eee; 9 background: #eee;
10 color: #333; 10 color: #333;
11 } 11 }
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 } 198 }
199 199
200 p { 200 p {
201 border-left: solid 4px purple; 201 border-left: solid 4px purple;
202 } 202 }
203 203
204 section { 204 section {
205 border-left: solid 4px gray; 205 border-left: solid 4px gray;
206 } 206 }
207 */ 207 */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698