Browse Source

add viewport meta to demo.

zhixin 12 years ago
parent
commit
61fb257c43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -2,9 +2,9 @@
 <html lang="en">
   <head>
     <meta charset="utf-8" />
-    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
     <title>bootstrap-table demo</title>
     <meta name="author" content="zhixin" />
+    <meta name="viewport" content="width=device-width; initial-scale=1.0" />
     <link rel="stylesheet" href="/css/bootstrap.css" />
     <link rel="stylesheet" href="/css/fork.css" />
   </head>