Index: chrome/browser/resources/ntp4/new_tab.css |
diff --git a/chrome/browser/resources/ntp4/new_tab.css b/chrome/browser/resources/ntp4/new_tab.css |
index 9d6219763a5fd2eedc81a8504b03157e54a1ce02..5cbfa672cd0d77c8e91271dbc6b9fa95322a8700 100644 |
--- a/chrome/browser/resources/ntp4/new_tab.css |
+++ b/chrome/browser/resources/ntp4/new_tab.css |
@@ -402,8 +402,8 @@ html[dir='rtl'] #chrome-web-store-title { |
#footer .menu-container { |
-webkit-flex-align: center; |
- /* Put menus in a flexbox so the order can easily be swapped. */ |
- display: -webkit-flexbox; |
+ /* Put menus in a flexible box so the order can easily be swapped. */ |
+ display: -webkit-flex; |
height: 100%; |
margin: 0; |
} |