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

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

Issue 40423003: Experimental viewport meta tag support for desktop, Blink-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase again Created 7 years, 1 month 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/ViewportStyleAndroid.cpp ('k') | Source/core/css/viewportAndroid.css » ('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 335a57ec0fd0d106c9400c60672e4a38a0804227..689a5e11815fabd785fd7ce1fe82fff89f588aa6 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -1130,11 +1130,5 @@ 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/ViewportStyleAndroid.cpp ('k') | Source/core/css/viewportAndroid.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698