1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 11:10:18 +02:00

[ticket/15404] autoprefix browser compatability

PHPBB3-15404
This commit is contained in:
Michael Miday
2017-10-16 12:42:46 -04:00
parent 3dc1cde5c6
commit 83079a89c7
7 changed files with 84 additions and 12 deletions

View File

@@ -69,6 +69,7 @@ ul.topiclist.two-columns dt .list-inner {
ul.topiclist dd {
border-left: 1px solid transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 4px 0;
}
@@ -130,6 +131,7 @@ li.header dt .list-inner {
}
li.header dd {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left: 1px;
}
@@ -303,6 +305,7 @@ dd.option {
}
.postbody img.postimage {
-webkit-box-sizing: border-box;
box-sizing: border-box;
max-width: 100%;
}
@@ -562,6 +565,7 @@ blockquote .codebox {
border: 1px dashed transparent;
float: left;
clear: left;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: auto;
max-width: 100%;
@@ -641,6 +645,7 @@ dl.file dd {
dl.thumbnail img {
border: 1px solid transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 3px;
}