Skip to content

Commit

Permalink
Revert "Use 'transform: scale' instead of unofficial 'zoom'"
Browse files Browse the repository at this point in the history
This reverts commit 3f71bdc.
  • Loading branch information
Juanitou committed Jun 21, 2018
1 parent 88a48f7 commit bb4c7d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/reset.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This reset is loosely derived from HTML5 boilerplate
/* This reset is loosely derived from HTML5 boilerplate
for more information visit http://html5boilerplate.com/ */

/* Every browser has its own default ‘user agent’ stylesheet, that it uses to make unstyled websites appear more legible.
Expand All @@ -23,15 +23,15 @@ body{-webkit-text-size-adjust:none;}

.clear:before, .clear:after {content: "\0020"; display: block; height: 0; overflow: hidden; }
.clear:after {clear:both;}
.clear{transform: scale(1);}
.clear{zoom:1;}

sub, sup{font-size:75%; line-height:0; position:relative;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}

pre {white-space:pre; white-space:pre-wrap; word-wrap:break-word; padding:15px;}
textarea {overflow:auto;}
.ie6 legend, .ie7 legend {margin-left:-7px;}
.ie6 legend, .ie7 legend {margin-left:-7px;}
input[type="radio"], input.radio {vertical-align:text-bottom;}
input[type="checkbox"], input.checkbox, .checkboxes input {vertical-align:bottom;}
.ie7 input[type="checkbox"], .ie7 input.checkbox, .ie7 .checkboxes input {vertical-align:baseline;}
Expand Down

0 comments on commit bb4c7d2

Please sign in to comment.