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

Unified Diff: Source/core/css/html.css

Issue 23742003: Use css-device-adapt constraining for legacy viewport tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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
Index: Source/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index 2c3eb11b0b1dfcb1b9ac135212948d8ad169155e..d8931c2826bd9fa4f958baa058db5cbb84f759ec 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -1126,5 +1126,11 @@ textarea[dir=auto] {
border-width: 0px;
}
+/* viewport */
+
+@viewport {
+ min-width: 980px;
+}
+
/* noscript is handled internally, as it depends on settings. */

Powered by Google App Engine
This is Rietveld 408576698