Chromium Code Reviews| Index: utils/dartdoc/static/styles.css |
| diff --git a/utils/dartdoc/static/styles.css b/utils/dartdoc/static/styles.css |
| index 7e6863538902be3b9b5b12a8780cf11a1902d1ac..dff9aaccc3ab9f9702a42581ac3c9fe7c607d9a1 100644 |
| --- a/utils/dartdoc/static/styles.css |
| +++ b/utils/dartdoc/static/styles.css |
| @@ -180,12 +180,20 @@ hr + h2 { |
| } |
| .content { |
| - margin-left: 308px; /* 14 x 22px */ |
| + margin-left: 308px; /* 14 x 22 */ |
| padding: 22px 22px; |
| } |
| .footer { |
|
Emily Fortuna
2011/12/21 23:23:33
I'm going to make one more preference for the data
Bob Nystrom
2011/12/21 23:35:07
Oh, crap, that's a bug. Thanks for noticing. It's
|
| - clear: both; |
| + max-width: 956px; /* 1000 - 22 - 22 */ |
| + text-align: center; |
| + margin: 22px auto; |
| + color: #888; |
| +} |
| + |
| +.footer p { |
| + font: 400 13px/22px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', |
| + sans-serif; |
| } |
| .method .doc, |