| Index: chrome/browser/resources/ntp4/nav_dot.css
|
| diff --git a/chrome/browser/resources/ntp4/nav_dot.css b/chrome/browser/resources/ntp4/nav_dot.css
|
| index 1ef5a0478024b5881ec7902eb90fd31357e211b1..ebcf48b16e6a0eb89da6673ee0ecfaf9ee8e25dc 100644
|
| --- a/chrome/browser/resources/ntp4/nav_dot.css
|
| +++ b/chrome/browser/resources/ntp4/nav_dot.css
|
| @@ -10,7 +10,7 @@
|
| -webkit-box-flex: 1;
|
| /* Center child dots. */
|
| -webkit-box-pack: center;
|
| - display: -webkit-box;
|
| + display: -webkit-flex;
|
| height: 100%;
|
| list-style-type: none;
|
| margin: 0;
|
| @@ -22,7 +22,6 @@ html.starting-up #dot-list {
|
| }
|
|
|
| .dot {
|
| - -webkit-box-flex: 1;
|
| -webkit-margin-end: 10px;
|
| -webkit-padding-start: 2px;
|
| -webkit-transition: -webkit-margin-end 250ms, max-width 250ms, opacity 250ms;
|
|
|