Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bantikyan committed May 20, 2018
1 parent 9150d49 commit c62cf9d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "icheck-bootstrap",
"description": "Pure css checkboxes and radio buttons for Twitter Bootstrap.",
"version": "3.0.0",
"version": "3.0.1",
"main": "icheck-bootstrap.css",
"keywords": [
"checkbox",
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# icheck-bootstrap

<a href="#" target="_blank"><img src="https://img.shields.io/badge/bower-v3.0.0-blue.svg" alt="bower version"></a>
<a href="https://www.npmjs.com/package/icheck-bootstrap" target="_blank"><img src="https://img.shields.io/badge/npm-v3.0.0-blue.svg" alt="npm version"></a>
<a href="https://www.nuget.org/packages/icheck-bootstrap" target="_blank"><img src="https://img.shields.io/badge/nuget-v3.0.0-blue.svg" alt="nuget version"></a>
<a href="#" target="_blank"><img src="https://img.shields.io/badge/bower-v3.0.1-blue.svg" alt="bower version"></a>
<a href="https://www.npmjs.com/package/icheck-bootstrap" target="_blank"><img src="https://img.shields.io/badge/npm-v3.0.1-blue.svg" alt="npm version"></a>
<a href="https://www.nuget.org/packages/icheck-bootstrap" target="_blank"><img src="https://img.shields.io/badge/nuget-v3.0.1-blue.svg" alt="nuget version"></a>
[![](https://data.jsdelivr.com/v1/package/npm/icheck-bootstrap/badge)](https://www.jsdelivr.com/package/npm/icheck-bootstrap)

Did you had a problem customizing html checkboxes and radio buttons? icheck-bootstrap is pure css solution for displaying twitter bootstrap style checkboxes and radio buttons. Try [Demo](https://bantikyan.github.io/icheck-bootstrap/).
Expand All @@ -21,7 +21,7 @@ You may also like to try [icheck-material](https://github.com/bantikyan/icheck-m

Several quick start options are available:

* [Download the latest release](https://github.com//bantikyan/icheck-bootstrap/archive/3.0.0.zip)
* [Download the latest release](https://github.com//bantikyan/icheck-bootstrap/archive/3.0.1.zip)
* Install with [Bower](https://bower.io): <code>bower install icheck-bootstrap</code>
* Install with [npm](https://www.npmjs.com/package/icheck-bootstrap): <code>npm install icheck-bootstrap</code>
* Install with [Nuget](https://www.nuget.org/packages/icheck-bootstrap/): <code>Install-Package icheck-bootstrap</code>
Expand Down
8 changes: 5 additions & 3 deletions icheck-bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* icheck-bootstrap v3.0.0 (https://github.com/bantikyan/icheck-bootstrap)
* icheck-bootstrap v3.0.1 (https://github.com/bantikyan/icheck-bootstrap)
* Copyright 2018 Hovhannes Bantikyan.
* Licensed under MIT (https://github.com/bantikyan/icheck-bootstrap/blob/master/LICENSE)
*/

[class*="icheck-"] {
[class*="icheck-"] {
min-height: 22px;
margin-top: 6px !important;
margin-bottom: 6px !important;
Expand All @@ -27,6 +27,8 @@
display: inline-block;
position: relative;
vertical-align: top;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}

Expand Down Expand Up @@ -386,4 +388,4 @@
.icheck-asbestos > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #7f8c8d;
border-color: #7f8c8d;
}
}
4 changes: 2 additions & 2 deletions icheck-bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions icheck-bootstrap.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>icheck-bootstrap</id>
<version>3.0.0</version>
<version>3.0.1</version>
<title>icheck-bootstrap</title>
<authors>Hovhannes Bantikyan</authors>
<owners>bantikyan</owners>
Expand All @@ -12,7 +12,7 @@
<description>Pure css checkboxes and radio buttons for Twitter Bootstrap.</description>
<releaseNotes>
* Removed dependencies from icon-fonts
* Reduced file size
* Reduced file size
</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>checkbox radio bootstrap pure css</tags>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icheck-bootstrap",
"version": "3.0.0",
"version": "3.0.1",
"description": "Pure css checkboxes and radio buttons for Twitter Bootstrap.",
"main": "icheck-bootstrap.css",
"files": [
Expand Down

0 comments on commit c62cf9d

Please sign in to comment.