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

Unified Diff: Source/core/inspector/InspectorOverlayPage.html

Issue 23793002: Unprefix flexbox properties in various CSS files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 | « Source/core/css/themeChromiumAndroid.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorOverlayPage.html
diff --git a/Source/core/inspector/InspectorOverlayPage.html b/Source/core/inspector/InspectorOverlayPage.html
index a41e3f7bc49c6d8b8be863eb56ab9307bdd68a85..fc150af8731779868c399fb46b1a6c814808a808 100644
--- a/Source/core/inspector/InspectorOverlayPage.html
+++ b/Source/core/inspector/InspectorOverlayPage.html
@@ -70,15 +70,15 @@ body.platform-linux {
}
.controls-line {
- display: -webkit-flex;
- -webkit-justify-content: center;
+ display: flex;
+ justify-content: center;
margin: 10px 0;
}
.message-box {
padding: 2px 4px;
- display: -webkit-flex;
- -webkit-align-items: center;
+ display: flex;
+ align-items: center;
cursor: default;
}
« no previous file with comments | « Source/core/css/themeChromiumAndroid.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698