| Index: chrome/common/extensions/docs/examples/api/fontSettings/css/uber_shared.css
|
| diff --git a/chrome/common/extensions/docs/examples/api/fontSettings/css/uber_shared.css b/chrome/common/extensions/docs/examples/api/fontSettings/css/uber_shared.css
|
| index 0fb3209ae1001bacf12a8df44b741697ae242e71..9bf8b884273da603d9250e557c87ec1cdb3e894b 100644
|
| --- a/chrome/common/extensions/docs/examples/api/fontSettings/css/uber_shared.css
|
| +++ b/chrome/common/extensions/docs/examples/api/fontSettings/css/uber_shared.css
|
| @@ -76,7 +76,7 @@ body.uber-frame header > h1 {
|
| }
|
|
|
| /* Create a border under the h1 (but before anything that gets appended
|
| - * to the end of the header, such as the managed prefs banner). */
|
| + * to the end of the header). */
|
| body.uber-frame header > h1::after {
|
| -webkit-margin-end: 20px;
|
| background-color: #eee;
|
| @@ -117,8 +117,7 @@ body.uber-frame section > div:only-of-type {
|
| -webkit-box-flex: 1;
|
| }
|
|
|
| -/* Styles for a hideable notification banner at the top of a page.
|
| - * See the Options page .managed-prefs-banner for a usage example. */
|
| +/* Styles for a hideable notification banner at the top of a page. */
|
| .page.showing-banner {
|
| margin-top: 45px;
|
| }
|
|
|