Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix viewport definition error on Chrome
I got "Viewport argument value "device-width;" for key "width" not recognized. Content ignored." from Chrome. After some googling I found out that comma are the correct delimiters for viewport properties. This commit fix this problem by replacing colon with comma. Ref: http://stackoverflow.com/questions/5555125/viewport-tag-syntax h5bp/html5-boilerplate#626 http://drupal.org/node/1292710 Signed-off-by: Misbachul Munir <[email protected]>
- Loading branch information