mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
fix docs sidenav width for ie8-9
This commit is contained in:
parent
239ce24f92
commit
a90334eebb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user