diff options
| author | Mark Otto <[email protected]> | 2011-11-12 01:03:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-11-12 01:03:16 -0800 |
| commit | a4d6e7e9a38517a7fbe8061008798fc8bac68a96 (patch) | |
| tree | d2cfac99808f383fb18d66d88e8239e93a34129b /docs | |
| parent | c5115d55abd3b8552c244720e64ee0beea71cdd5 (diff) | |
| parent | 0e6cd670ca0619c663c016c08059530b598e15d3 (diff) | |
| download | bootstrap-a4d6e7e9a38517a7fbe8061008798fc8bac68a96.tar.xz bootstrap-a4d6e7e9a38517a7fbe8061008798fc8bac68a96.zip | |
Merge pull request #579 from raulriera/2.0-wip
Add meta tag to all new docs pages for mobile responsiveness
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/base-css.html | 1 | ||||
| -rw-r--r-- | docs/components.html | 1 | ||||
| -rw-r--r-- | docs/index.html | 1 | ||||
| -rw-r--r-- | docs/javascript.html | 1 | ||||
| -rw-r--r-- | docs/less.html | 1 | ||||
| -rw-r--r-- | docs/scaffolding.html | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index f6030ace1..51c4d35a3 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <title>Bootstrap, from Twitter</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> diff --git a/docs/components.html b/docs/components.html index 73a049298..bb2f326b4 100644 --- a/docs/components.html +++ b/docs/components.html @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <title>Bootstrap, from Twitter</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> diff --git a/docs/index.html b/docs/index.html index 7b9131502..ae32fa145 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <title>Bootstrap, from Twitter</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> diff --git a/docs/javascript.html b/docs/javascript.html index bb30cf213..a962e043c 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <title>Bootstrap, from Twitter</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> diff --git a/docs/less.html b/docs/less.html index 4fa0f0bdd..c76be9a5d 100644 --- a/docs/less.html +++ b/docs/less.html @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <title>Bootstrap, from Twitter</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 9a04f7c36..10ad71a74 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <title>Bootstrap, from Twitter</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> |
