Commit a90334ee authored by Mark Otto's avatar Mark Otto
Browse files

fix docs sidenav width for ie8-9

parent 239ce24f
Showing with 4 additions and 1 deletion
+4 -1
......@@ -754,7 +754,7 @@ form.bs-docs-example {
}
.bs-docs-sidenav > li > a {
display: block;
*width: 190px;
width: 190px \9;
margin: 0 0 -1px;
padding: 8px 14px;
border: 1px solid #e5e5e5;
......@@ -821,6 +821,9 @@ form.bs-docs-example {
.bs-docs-sidenav {
width: 258px;
}
.bs-docs-sidenav > li > a {
width: 230px \9; /* Override the previous IE8-9 hack */
}
}
/* Desktop
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment