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

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: Created 7 years, 2 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 | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/web/WebSettingsImpl.h » ('J')
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..f30ed0ccc900ed7d185d885d2a627dab44d23a73 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -1133,7 +1133,7 @@ textarea[dir=auto] {
/* viewport */
@viewport {
- min-width: 980px;
+ width: auto;
aelias_OOO_until_Jul13 2013/10/25 04:10:08 If not done here then the 980px value needs to be
bokan 2013/10/25 17:19:38 I think the idea was that we could have separate s
rune 2013/10/25 20:22:54 You either need a separate stylesheet or a media q
bokan 2013/10/28 22:17:52 Ok, I added a viewportAndroid.css. I've tried a de
}
/* noscript is handled internally, as it depends on settings. */
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/web/WebSettingsImpl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698