This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Add some padding to checkboxes
tags/v0.1.0
Fen Dweller
6 years ago
parent
2ce5c535bb
commit
52cba7675a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 {
Write
Preview
Loading…
Cancel
Save