mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
Merge branch 'ticket/14970'
This commit is contained in:
@@ -93,9 +93,9 @@ p.right {
|
||||
}
|
||||
|
||||
p.jumpbox-return {
|
||||
float: left;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
b,
|
||||
@@ -1128,10 +1128,10 @@ ul.linklist:after,
|
||||
}
|
||||
|
||||
.emoji {
|
||||
min-height: 18px;
|
||||
width: 1em;
|
||||
min-width: 18px;
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
min-height: 18px;
|
||||
}
|
||||
|
||||
.smilies {
|
||||
@@ -1299,18 +1299,17 @@ ul.linklist:after,
|
||||
}
|
||||
|
||||
.badge {
|
||||
border-radius: 10px;
|
||||
opacity: 0.8;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
font-size: 10px;
|
||||
line-height: 1;
|
||||
float: right;
|
||||
display: inline-block;
|
||||
margin-left: 3px;
|
||||
vertical-align: baseline;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
border-radius: 10px;
|
||||
opacity: 0.8;
|
||||
position: relative;
|
||||
top: 3px;
|
||||
display: inline-block;
|
||||
float: right;
|
||||
margin-left: 3px;
|
||||
padding: 4px 6px;
|
||||
}
|
||||
|
||||
|
@@ -515,11 +515,11 @@ blockquote cite > div {
|
||||
/* Code block */
|
||||
.codebox {
|
||||
font-size: 1em;
|
||||
word-wrap: normal;
|
||||
border: 1px solid transparent;
|
||||
overflow-x: scroll;
|
||||
margin: 1em 0 1.2em;
|
||||
padding: 3px;
|
||||
overflow-x: scroll;
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
.codebox p {
|
||||
|
@@ -623,7 +623,6 @@
|
||||
}
|
||||
|
||||
@media (min-width: 701px) and (max-width: 950px) {
|
||||
|
||||
ul.topiclist dt {
|
||||
margin-right: -410px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user