[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
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
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;
}