1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14970] Fix issues noted by stylelint

PHPBB3-14970
This commit is contained in:
Marc Alexander
2017-02-23 22:27:42 +01:00
parent fa2d1eb8b1
commit 54d60dc8b1
2 changed files with 2 additions and 3 deletions

View File

@@ -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 {

View File

@@ -623,7 +623,6 @@
}
@media (min-width: 701px) and (max-width: 950px) {
ul.topiclist dt {
margin-right: -410px;
}