better IE5.5 styles
This commit is contained in:
parent
0e76cf2608
commit
8c6852bbb0
1 changed files with 25 additions and 0 deletions
25
index.html
25
index.html
|
@ -56,6 +56,30 @@
|
|||
}
|
||||
</style>
|
||||
<![endif]-->
|
||||
|
||||
<!--[if IE 5]>
|
||||
<style>
|
||||
.container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.btn-close {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body {
|
||||
font: 16px Arial;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.nav {
|
||||
height: 60px;
|
||||
}
|
||||
</style>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<!--[if lt IE 8]>
|
||||
|
@ -175,6 +199,7 @@
|
|||
<h1 class="title">Min</h1>
|
||||
<h3>The <em>995 byte</em> CSS framework that supports <em>IE5.5+</em></h3>
|
||||
</div>
|
||||
<!--[if IE 5]> <br><br><![endif]-->
|
||||
<div class="row intro">
|
||||
<div class="col c2"> </div>
|
||||
<div class="col c4">
|
||||
|
|
Loading…
Add table
Reference in a new issue