diff options
| author | Mark Otto <[email protected]> | 2011-08-20 01:11:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-20 01:11:48 -0700 |
| commit | 4a567fcb10a835bac16f195c93bc64f9546981bf (patch) | |
| tree | 651cbe45c4c1ae1e12ddc90d9b3f30c85a0a5bb6 /docs/index.html | |
| parent | 4f2b0d8aa4ae646fd5bc151252cf446c2cdba098 (diff) | |
| download | bootstrap-4a567fcb10a835bac16f195c93bc64f9546981bf.tar.xz bootstrap-4a567fcb10a835bac16f195c93bc64f9546981bf.zip | |
updated docs and docs css to not use rgba colors on the layout modules so IE can see that shiz
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 923ca10f7..a6d2bc5ee 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,6 +4,11 @@ <meta charset="utf-8"> <title>Bootstrap, from Twitter</title> + <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> + <!--[if lt IE 9]> + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> + <!-- Le styles --> <link href="../bootstrap-1.0.0.css" rel="stylesheet"> <link href="assets/css/docs.css" rel="stylesheet"> @@ -20,9 +25,7 @@ <div class="topbar"> <div class="container fixed"> - <h3><a href="#"> - Bootstrap - </a></h3> + <h3><a href="#">Bootstrap</a></h3> <ul> <li class="active"><a href="#masthead">Overview</a></li> <li><a href="#grid-system">Grid</a></li> |
