Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZlatan Vasović <legospace9876@gmail.com>2014-01-19 16:27:17 +0400
committerZlatan Vasović <legospace9876@gmail.com>2014-01-19 16:27:17 +0400
commitcf8f1ec0cdfa8f8fb07ed0aa85030584dcadc8cf (patch)
treef72725b65ac0af882406bad8bca673ec8c44679c /docs/_includes
parent7e145a13c8aaeab8c22fceab73e5e1e149dcd720 (diff)
Improve <meta> tags
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html
index 9b1b5fddd1..8bb49f9801 100644
--- a/docs/_includes/header.html
+++ b/docs/_includes/header.html
@@ -1,6 +1,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Bootstrap, a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.">
<meta name="keywords" content="HTML, CSS, JS, JavaScript, framework, bootstrap, front-end, frontend, web development">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">