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

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: Review issue: one assignent per line/statement 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
« no previous file with comments | « Source/core/css/StyleRule.cpp ('k') | Source/core/css/resolver/ScopedStyleResolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index 7cd93ffea7f1ced92a9650b8e0dd8436cd8f2c0d..b41ccf096309232f2ba873bcef3134bef806d57d 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -1130,5 +1130,11 @@ textarea[dir=auto] {
border-width: 0px;
}
+/* viewport */
+
+@viewport {
+ min-width: 980px;
+}
+
/* noscript is handled internally, as it depends on settings. */
« no previous file with comments | « Source/core/css/StyleRule.cpp ('k') | Source/core/css/resolver/ScopedStyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698