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. */ |