Chromium Code Reviews| Index: utils/dartdoc/static/styles.css |
| diff --git a/utils/dartdoc/static/styles.css b/utils/dartdoc/static/styles.css |
| index 988d08fa5608cdabb59c8fce24330041bd63a65f..2fe05f330bfeb7a31ebe79b710412ff8a0c4f5fa 100644 |
| --- a/utils/dartdoc/static/styles.css |
| +++ b/utils/dartdoc/static/styles.css |
| @@ -124,6 +124,12 @@ hr + h2 { |
| color: hsl(0, 0%, 100%); |
| } |
| +.header #search-box { |
| + display: inline; |
| + float: right; |
| + margin-right: 22px; |
| +} |
| + |
| .nav { |
| float: left; |
| width: 263px; /* 12 x 22px - 1 for border */ |