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