diff options
| author | Mark Otto <[email protected]> | 2012-07-30 22:26:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-30 22:26:54 -0700 |
| commit | 196fb1d86a80ae3dad45eee2d34b738b80171132 (patch) | |
| tree | 2a32efdec19e0d7945f81e2db568aa19f24e5931 /docs/assets/css/bootstrap.css | |
| parent | 59eba9afbc4da210212688f84f679412760b96ed (diff) | |
| download | bootstrap-196fb1d86a80ae3dad45eee2d34b738b80171132.tar.xz bootstrap-196fb1d86a80ae3dad45eee2d34b738b80171132.zip | |
fixes #3615: remove last-child hack for IE7 since IE7 doesn't support :last-child
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 5db99719b..a3451fd93 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2034,11 +2034,6 @@ table .span24 { background-repeat: no-repeat; } -[class^="icon-"]:last-child, -[class*=" icon-"]:last-child { - *margin-left: 0; -} - .icon-white { background-image: url("../img/glyphicons-halflings-white.png"); } |
