├── .browserslist ├── .editorconfig ├── .github ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── FUNDING.yml ├── PULL_REQUEST_TEMPLATE.md └── SUPPORT.md ├── LICENSE ├── README.md ├── bower.json ├── css └── bootstrap-ie7.css └── package.json /.browserslist: -------------------------------------------------------------------------------- 1 | ie 7 -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | # https://editorconfig.org 2 | 3 | root = true 4 | 5 | [*] 6 | charset = utf-8 7 | end_of_line = lf 8 | indent_size = 2 9 | indent_style = space 10 | trim_trailing_whitespace = true 11 | 12 | [*.md] 13 | trim_trailing_whitespace = false 14 | -------------------------------------------------------------------------------- /.github/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. 6 | 7 | ## Our Standards 8 | 9 | Examples of behavior that contributes to creating a positive environment include: 10 | 11 | * Using welcoming and inclusive language 12 | * Being respectful of differing viewpoints and experiences 13 | * Gracefully accepting constructive criticism 14 | * Focusing on what is best for the community 15 | * Showing empathy towards other community members 16 | 17 | Examples of unacceptable behavior by participants include: 18 | 19 | * The use of sexualized language or imagery and unwelcome sexual attention or advances 20 | * Trolling, insulting/derogatory comments, and personal or political attacks 21 | * Public or private harassment 22 | * Publishing others' private information, such as a physical or electronic address, without explicit permission 23 | * Other conduct which could reasonably be considered inappropriate in a professional setting 24 | 25 | ## Our Responsibilities 26 | 27 | Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. 28 | 29 | Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. 30 | 31 | ## Scope 32 | 33 | This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. 34 | 35 | ## Enforcement 36 | 37 | Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at christianoliff@gmail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. 38 | 39 | Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. 40 | 41 | ## Attribution 42 | 43 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://contributor-covenant.org/version/1/4][version] 44 | 45 | [homepage]: https://contributor-covenant.org 46 | [version]: https://contributor-covenant.org/version/1/4/ 47 | -------------------------------------------------------------------------------- /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing 2 | 3 | We are happy to accept contributions from the community to improve this project. 4 | 5 | ## Contribution Guidelines 6 | 7 | * Please follow the CSS style format 8 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: https://www.paypal.me/coliff 2 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ## Description 4 | 5 | 6 | ## Motivation and Context 7 | 8 | 9 | 10 | ## How Has This Been Tested? 11 | 12 | 13 | 14 | 15 | ## Screenshots (if appropriate): 16 | 17 | ## Types of changes 18 | 19 | - [ ] Bug fix (non-breaking change which fixes an issue) 20 | - [ ] New feature (non-breaking change which adds functionality) 21 | - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) 22 | 23 | ## Checklist: 24 | 25 | 26 | - [ ] My code follows the code style of this project. 27 | -------------------------------------------------------------------------------- /.github/SUPPORT.md: -------------------------------------------------------------------------------- 1 | Before posting an issue regarding a problem using this with your site please be sure that all of the below are checked: 2 | 3 | * [ ] I have [searched Open and Closed issues](https://github.com/coliff/bootstrap-ie7/issues?utf8=%E2%9C%93&q=is%3Aissue+) to check my issue has not been opened before 4 | * [ ] I am using the latest release of bootstrap4-ie7 5 | * [ ] I have provided a screenshot and/or link to my site/page with issue 6 | * [ ] I have added the x-ua-compatible / ie=edge meta tag to the head 7 | * [ ] I am using the latest Bootstrap 3.4.1 CSS file 8 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2013-2018 Christian Oliff - https://github.com/coliff 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in 13 | all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | THE SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Bootstrap 3 for IE7 2 | 3 | [![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/coliff/bootstrap-ie7/master/LICENSE) 4 | [![Tip Me via PayPal](https://img.shields.io/badge/PayPal-tip%20me-green.svg?logo=paypal)](https://www.paypal.me/coliff) 5 | [![github-stars-image](https://img.shields.io/github/stars/coliff/bootstrap-ie7.svg?label=github%20stars)](https://github.com/coliff/bootstrap-ie7) 6 | 7 | Bootstrap 3 dropped support for Internet Explorer 7, but you can add it back by simply adding this conditional CSS. 8 | 9 | ```html 10 | 13 | ``` 14 | 15 | ### Requirements 16 | 17 | * Bootstrap 3 uses the box-sizing property for layouts which is not natively supported by IE7. The polyfill 'boxsizing.htc' is required: https://github.com/Schepp/box-sizing-polyfill 18 | 19 | ### What does this fix? 20 | 21 | * Glyphicons do not display 22 | * Layout issues (with border-box via the `boxsizing.htc` polyfill) 23 | * `.list-group-item` displays incorrectly with bullet points 24 | * [Haslayout](https://www.sitepoint.com/internet-explorer-haslayout-property/) bug 25 | * `.dropdown-menu .divider` not displaying 26 | * `.sr-only` clip syntax 27 | * hr margin top and margin bottom spacing fix 28 | 29 | ### What does this not fix? 30 | 31 | * Percentage width rounding issue [Info](http://stackoverflow.com/questions/1309964/how-to-fix-internet-explorer-7-bug-when-using-percentage-widths-for-layout?answertab=active#tab-top) 32 | * As this is only a CSS stylesheet there may be problems with using Bootstrap 3's JavaScript in IE7. 33 | * Some elements rely on pseudo-selectors which IE7 does not support (first-child, last-child etc) 34 | 35 | ### FAQS 36 | 37 | * Q. Do I need to make any changes to my HTML to add support for bootstrap3-ie7? 38 | 39 | A. Nope! Just include the conditional IE7 stylesheet and you're ready to go! 40 | 41 | * Q. Does this include the new Glyphicons introduced in Bootstrap 3.3.2? 42 | 43 | A. Yep! 44 | 45 | * Q. What about rounded corners, box shadows and gradients for IE7. How can I get those? 46 | 47 | A. You could use CCS3Pie for adding support for those CSS3 properties to older IE. http://css3pie.com/. 48 | If you use that you can add this to your CSS to quickly add border-radius https://gist.github.com/coliff/5618329 49 | 50 | * Q. Is the CSS available on a CDN? 51 | 52 | A. Yes, thanks to JSDelivr: https://cdn.jsdelivr.net/gh/coliff/bootstrap-ie7/css/bootstrap-ie7.min.css, however the box sizing polyfill requires the CSS to be hosted locally so the layout will be broken if you serve the CSS from a CDN. 53 | 54 | * Q. What about Internet Explorer 6? 55 | 56 | A. Although this CSS does not include IE6-specific fixes, it does fix the webfonts icon, so it's worthwhile using the conditional code `if lt IE 8` rather than `if IE 7`. 57 | 58 | * Q. What about Bootstrap 4? 59 | 60 | A. I've created a couple of stylesheets for Internet Explorer 8 and 9 to add support for Bootstrap 4. Check it out at: https://github.com/coliff/bootstrap-ie8 61 | 62 | ### Troubleshooting 63 | 64 | * The boxsizing.htc polyfill can be a little bit buggy. Please make sure you follow the instructions for using that carefully. 65 | -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "bootstrap-ie7", 3 | "description": "Adds support for Internet Explorer 7 conditional CSS (Bootstrap 3)", 4 | "version": "3.3.7", 5 | "keywords": [ 6 | "ie7", 7 | "bootstrap" 8 | ], 9 | "author": "C Oliff", 10 | "repository": { 11 | "type": "git", 12 | "url": "git://github.com/coliff/bootstrap-ie7" 13 | }, 14 | "homepage": "https://github.com/coliff/bootstrap-ie7" 15 | } 16 | -------------------------------------------------------------------------------- /css/bootstrap-ie7.css: -------------------------------------------------------------------------------- 1 | /* Bootstrap 3 for IE7 - v3.3.7 */ 2 | /* https://github.com/coliff/bootstrap-ie7 */ 3 | 4 | .col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12, 5 | .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12, 6 | .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12, 7 | .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12, 8 | .input-group,.row,.content{box-sizing:border-box;behavior:url(/js/boxsizing.htc)} 9 | audio,canvas,video{display:inline;zoom:1} 10 | html{font-size:100%} 11 | img{width:auto;height:auto;-ms-interpolation-mode:bicubic;zoom:1} 12 | button,input{overflow:visible} 13 | .container,.container-fluid{zoom:1} 14 | .row{clear:both;display:block;width:100%;zoom:1} 15 | .dl-horizontal{zoom:1} 16 | input[type="radio"],input[type="checkbox"]{margin-top:0} 17 | input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif} 18 | .breadcrumb>li{display:inline;zoom:1} 19 | .help-block{display:inline;zoom:1} 20 | .form-horizontal .form-group{zoom:1} 21 | .dropdown-toggle{margin-bottom:-3px} 22 | .dropdown-menu .divider{width:100%;margin:-5px 0 5px} 23 | .list-group{margin-left:0} 24 | ul .list-group-item{list-style:none} 25 | .sr-only{clip:rect(0 0 0 0)} 26 | .clearfix{zoom:1} 27 | .list-inline > li{display:inline;zoom:1} 28 | .glyphicon{text-decoration:inherit;line-height:normal} 29 | .glyphicon-adjust{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 30 | .glyphicon-alert{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 31 | .glyphicon-align-center{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 32 | .glyphicon-align-justify{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 33 | .glyphicon-align-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 34 | .glyphicon-align-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 35 | .glyphicon-apple{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 36 | .glyphicon-arrow-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 37 | .glyphicon-arrow-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 38 | .glyphicon-arrow-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 39 | .glyphicon-arrow-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 40 | .glyphicon-asterisk{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='*')} 41 | .glyphicon-baby-formula{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 42 | .glyphicon-backward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 43 | .glyphicon-ban-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 44 | .glyphicon-barcode{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 45 | .glyphicon-bed{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 46 | .glyphicon-bell{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 47 | .glyphicon-bishop{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 48 | .glyphicon-bitcoin{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 49 | .glyphicon-blackboard{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 50 | .glyphicon-bold{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 51 | .glyphicon-book{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 52 | .glyphicon-bookmark{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 53 | .glyphicon-briefcase{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 54 | .glyphicon-btc{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 55 | .glyphicon-bullhorn{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 56 | .glyphicon-calendar{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 57 | .glyphicon-camera{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 58 | .glyphicon-cd{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 59 | .glyphicon-certificate{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 60 | .glyphicon-check{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 61 | .glyphicon-chevron-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 62 | .glyphicon-chevron-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 63 | .glyphicon-chevron-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 64 | .glyphicon-chevron-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 65 | .glyphicon-circle-arrow-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 66 | .glyphicon-circle-arrow-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 67 | .glyphicon-circle-arrow-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 68 | .glyphicon-circle-arrow-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 69 | .glyphicon-cloud{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='☁')} 70 | .glyphicon-cloud-download{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 71 | .glyphicon-cloud-upload{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 72 | .glyphicon-cog{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 73 | .glyphicon-collapse{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 74 | .glyphicon-collapse-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 75 | .glyphicon-collapse-top{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 76 | .glyphicon-collapse-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 77 | .glyphicon-comment{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 78 | .glyphicon-compressed{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 79 | .glyphicon-console{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 80 | .glyphicon-copy{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 81 | .glyphicon-copyright-mark{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 82 | .glyphicon-credit-card{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 83 | .glyphicon-cutlery{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 84 | .glyphicon-dashboard{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 85 | .glyphicon-download{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 86 | .glyphicon-download-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 87 | .glyphicon-duplicate{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 88 | .glyphicon-earphone{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 89 | .glyphicon-edit{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 90 | .glyphicon-education{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 91 | .glyphicon-eject{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 92 | .glyphicon-envelope{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='✉')} 93 | .glyphicon-equalizer{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 94 | .glyphicon-erase{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 95 | .glyphicon-euro{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='€')} 96 | .glyphicon-exclamation-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 97 | .glyphicon-expand{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 98 | .glyphicon-export{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 99 | .glyphicon-eye-close{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 100 | .glyphicon-eye-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 101 | .glyphicon-facetime-video{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 102 | .glyphicon-fast-backward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 103 | .glyphicon-fast-forward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 104 | .glyphicon-file{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 105 | .glyphicon-film{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 106 | .glyphicon-filter{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 107 | .glyphicon-fire{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 108 | .glyphicon-flag{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 109 | .glyphicon-flash{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 110 | .glyphicon-floppy-disk{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 111 | .glyphicon-floppy-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 112 | .glyphicon-floppy-remove{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 113 | .glyphicon-floppy-save{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 114 | .glyphicon-floppy-saved{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 115 | .glyphicon-folder-close{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 116 | .glyphicon-folder-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 117 | .glyphicon-font{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 118 | .glyphicon-forward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 119 | .glyphicon-fullscreen{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 120 | .glyphicon-gbp{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 121 | .glyphicon-gift{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 122 | .glyphicon-glass{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 123 | .glyphicon-globe{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 124 | .glyphicon-grain{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 125 | .glyphicon-hand-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 126 | .glyphicon-hand-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 127 | .glyphicon-hand-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 128 | .glyphicon-hand-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 129 | .glyphicon-hdd{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 130 | .glyphicon-hd-video{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 131 | .glyphicon-header{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 132 | .glyphicon-headphones{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 133 | .glyphicon-heart{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 134 | .glyphicon-heart-empty{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 135 | .glyphicon-home{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 136 | .glyphicon-hourglass{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='⌛')} 137 | .glyphicon-ice-lolly{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 138 | .glyphicon-ice-lolly-tasted{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 139 | .glyphicon-import{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 140 | .glyphicon-inbox{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 141 | .glyphicon-indent-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 142 | .glyphicon-indent-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 143 | .glyphicon-info-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 144 | .glyphicon-italic{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 145 | .glyphicon-jpy{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='¥')} 146 | .glyphicon-king{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 147 | .glyphicon-knight{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 148 | .glyphicon-lamp{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 149 | .glyphicon-leaf{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 150 | .glyphicon-level-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 151 | .glyphicon-link{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 152 | .glyphicon-list{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 153 | .glyphicon-list-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 154 | .glyphicon-lock{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 155 | .glyphicon-log-in{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 156 | .glyphicon-log-out{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 157 | .glyphicon-magnet{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 158 | .glyphicon-map-marker{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 159 | .glyphicon-menu-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 160 | .glyphicon-menu-hamburger{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 161 | .glyphicon-menu-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 162 | .glyphicon-menu-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 163 | .glyphicon-menu-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 164 | .glyphicon-minus{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='−')} 165 | .glyphicon-minus-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 166 | .glyphicon-modal-window{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 167 | .glyphicon-move{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 168 | .glyphicon-music{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 169 | .glyphicon-new-window{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 170 | .glyphicon-object-align-bottom{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 171 | .glyphicon-object-align-horizontal{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 172 | .glyphicon-object-align-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 173 | .glyphicon-object-align-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 174 | .glyphicon-object-align-top{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 175 | .glyphicon-object-align-vertical{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 176 | .glyphicon-off{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 177 | .glyphicon-oil{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 178 | .glyphicon-ok{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 179 | .glyphicon-ok-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 180 | .glyphicon-ok-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 181 | .glyphicon-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 182 | .glyphicon-open-file{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 183 | .glyphicon-option-horizontal{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 184 | .glyphicon-option-vertical{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 185 | .glyphicon-paperclip{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 186 | .glyphicon-paste{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 187 | .glyphicon-pause{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 188 | .glyphicon-pawn{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 189 | .glyphicon-pencil{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='✏')} 190 | .glyphicon-phone{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 191 | .glyphicon-phone-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 192 | .glyphicon-picture{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 193 | .glyphicon-piggy-bank{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 194 | .glyphicon-plane{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 195 | .glyphicon-play{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 196 | .glyphicon-play-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 197 | .glyphicon-plus{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='+')} 198 | .glyphicon-plus-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 199 | .glyphicon-print{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 200 | .glyphicon-pushpin{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 201 | .glyphicon-qrcode{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 202 | .glyphicon-queen{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 203 | .glyphicon-question-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 204 | .glyphicon-random{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 205 | .glyphicon-record{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 206 | .glyphicon-refresh{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 207 | .glyphicon-registration-mark{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 208 | .glyphicon-remove{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 209 | .glyphicon-remove-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 210 | .glyphicon-remove-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 211 | .glyphicon-repeat{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 212 | .glyphicon-resize-full{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 213 | .glyphicon-resize-horizontal{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 214 | .glyphicon-resize-small{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 215 | .glyphicon-resize-vertical{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 216 | .glyphicon-retweet{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 217 | .glyphicon-road{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 218 | .glyphicon-rub{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='₽')} 219 | .glyphicon-ruble{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='₽')} 220 | .glyphicon-save{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 221 | .glyphicon-saved{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 222 | .glyphicon-save-file{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 223 | .glyphicon-scale{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 224 | .glyphicon-scissors{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 225 | .glyphicon-screenshot{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 226 | .glyphicon-sd-video{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 227 | .glyphicon-search{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 228 | .glyphicon-send{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 229 | .glyphicon-share{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 230 | .glyphicon-share-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 231 | .glyphicon-shopping-cart{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 232 | .glyphicon-signal{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 233 | .glyphicon-sort{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 234 | .glyphicon-sort-by-alphabet{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 235 | .glyphicon-sort-by-alphabet-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 236 | .glyphicon-sort-by-attributes{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 237 | .glyphicon-sort-by-attributes-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 238 | .glyphicon-sort-by-order{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 239 | .glyphicon-sort-by-order-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 240 | .glyphicon-sound-5-1{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 241 | .glyphicon-sound-6-1{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 242 | .glyphicon-sound-7-1{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 243 | .glyphicon-sound-dolby{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 244 | .glyphicon-sound-stereo{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 245 | .glyphicon-star{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 246 | .glyphicon-star-empty{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 247 | .glyphicon-stats{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 248 | .glyphicon-step-backward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 249 | .glyphicon-step-forward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 250 | .glyphicon-stop{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 251 | .glyphicon-subscript{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 252 | .glyphicon-subtitles{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 253 | .glyphicon-sunglasses{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 254 | .glyphicon-superscript{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 255 | .glyphicon-tag{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 256 | .glyphicon-tags{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 257 | .glyphicon-tasks{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 258 | .glyphicon-tent{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='⛺')} 259 | .glyphicon-text-background{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 260 | .glyphicon-text-color{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 261 | .glyphicon-text-height{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 262 | .glyphicon-text-size{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 263 | .glyphicon-text-width{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 264 | .glyphicon-th{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 265 | .glyphicon-th-large{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 266 | .glyphicon-th-list{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 267 | .glyphicon-thumbs-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 268 | .glyphicon-thumbs-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 269 | .glyphicon-time{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 270 | .glyphicon-tint{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 271 | .glyphicon-tower{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 272 | .glyphicon-transfer{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 273 | .glyphicon-trash{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 274 | .glyphicon-tree-conifer{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 275 | .glyphicon-tree-deciduous{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 276 | .glyphicon-triangle-bottom{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 277 | .glyphicon-triangle-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 278 | .glyphicon-triangle-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 279 | .glyphicon-triangle-top{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 280 | .glyphicon-unchecked{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 281 | .glyphicon-upload{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 282 | .glyphicon-usd{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 283 | .glyphicon-user{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 284 | .glyphicon-volume-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 285 | .glyphicon-volume-off{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 286 | .glyphicon-volume-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 287 | .glyphicon-warning-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 288 | .glyphicon-wrench{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 289 | .glyphicon-yen{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='¥')} 290 | .glyphicon-zoom-in{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 291 | .glyphicon-zoom-out{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')} 292 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "bootstrap-ie7", 3 | "version": "3.4.0", 4 | "description": "Bootstrap 3 for Internet Explorer 7", 5 | "keywords": [ 6 | "bootstrap", 7 | "ie", 8 | "polyfill" 9 | ], 10 | "homepage": "https://github.com/coliff/bootstrap-ie7#readme", 11 | "bugs": { 12 | "url": "https://github.com/coliff/bootstrap-ie7/issues" 13 | }, 14 | "repository": { 15 | "type": "git", 16 | "url": "git+https://github.com/coliff/bootstrap-ie7.git" 17 | }, 18 | "license": "MIT", 19 | "author": "Christian Oliff", 20 | "main": "css/bootstrap-ie7.css", 21 | "scripts": { 22 | "test": "echo \"Error: no test specified\" && exit 1" 23 | }, 24 | "browserslist": [ 25 | "IE 7" 26 | ] 27 | } 28 | --------------------------------------------------------------------------------