Skip to content

Commit

Permalink
fixes for IE9 and added bower
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Zivolo committed Sep 10, 2014
1 parent f26e7de commit 67e8e4f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "bootstrap-material-design",
"version": "0.0.8",
"homepage": "http://fezvrasta.github.io/bootstrap-material-design",
"authors": [
"Federico Zivolo <info@mywebexpression.com>"
],
"description": "Material Design theme for Bootstrap 3",
"main": "css-compiled/material.css",
"keywords": [
"material",
"design",
"bootstrap",
"theme",
"google",
"android"
],
"license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
4 changes: 2 additions & 2 deletions css-compiled/material.css
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,8 @@ h6,
}
.checkbox input[type=checkbox] ~ .check {
position: absolute;
top: 0px;
left: 0px;
top: 2px;
left: 11px;
width: 18px;
height: 18px;
border: solid 2px;
Expand Down
4 changes: 2 additions & 2 deletions less/checkboxes.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@

input[type=checkbox] ~ .check {
position: absolute;
top: 0px;
left: 0px;
top: 2px;
left: 11px;
width: 18px;
height: 18px;
border: solid 2px;
Expand Down

0 comments on commit 67e8e4f

Please sign in to comment.