1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

updated docs and docs css to not use rgba colors on the layout modules so IE can see that shiz

This commit is contained in:
Mark Otto
2011-08-20 01:11:48 -07:00
parent 4f2b0d8aa4
commit 4a567fcb10
2 changed files with 33 additions and 28 deletions

View File

@@ -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>