Merge pull request #1632 from saxamaphone69/patch-2

Remove prefixed box-sizing
This commit is contained in:
Mayhem 2014-06-13 01:26:41 +02:00
commit c3979d5459

View File

@ -8,7 +8,6 @@
.field { .field {
background-color: #FFF; background-color: #FFF;
border: 1px solid #CCC; border: 1px solid #CCC;
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
color: #333; color: #333;
font-family: inherit; font-family: inherit;
@ -235,7 +234,6 @@ body > .desktop:not(hr):not(.navLinks):not(#boardNavDesktop):not(#boardNavDeskto
position: absolute; position: absolute;
} }
.message { .message {
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
padding: 6px 20px; padding: 6px 20px;
max-height: 200px; max-height: 200px;
@ -245,7 +243,6 @@ body > .desktop:not(hr):not(.navLinks):not(#boardNavDesktop):not(#boardNavDeskto
/* Settings */ /* Settings */
:root.fourchan-x body { :root.fourchan-x body {
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
#overlay { #overlay {
@ -258,7 +255,6 @@ body > .desktop:not(hr):not(.navLinks):not(#boardNavDesktop):not(#boardNavDeskto
width: 100%; width: 100%;
} }
#fourchanx-settings { #fourchanx-settings {
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
box-shadow: 0 0 15px rgba(0, 0, 0, .15); box-shadow: 0 0 15px rgba(0, 0, 0, .15);
height: 600px; height: 600px;
@ -682,7 +678,6 @@ a.hide-announcement {
clear: both; clear: both;
} }
#ihover { #ihover {
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
max-height: 100%; max-height: 100%;
max-width: 75%; max-width: 75%;
@ -824,7 +819,6 @@ a.hide-announcement {
border: 1px solid #808080; border: 1px solid #808080;
color: #FFF !important; color: #FFF !important;
font-size: 12px; font-size: 12px;
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
cursor: move; cursor: move;
display: inline-block; display: inline-block;