Browse Source

Add some padding to checkboxes

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
52cba7675a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      macrovision.css

+ 2
- 0
macrovision.css View File

@@ -447,6 +447,8 @@ a.corner-ribbon {

input[type=checkbox] {
transform: scale(2);
margin-left: 10px;
margin-right: 10px;
}

input ~ label {


Loading…
Cancel
Save