Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(833)

Unified Diff: chrome/browser/resources/ntp4/new_tab.css

Issue 10332274: Fix NTP issue because of -webkit-flexbox -> -webkit-flex rename (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698