1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 19:20:23 +02:00

[ticket/15115] Fix errors

PHPBB3-15115
This commit is contained in:
hanakin
2017-03-19 16:15:33 -04:00
parent ae85c9e91d
commit 79f865bd56
5 changed files with 16 additions and 16 deletions

View File

@@ -1094,20 +1094,13 @@ ul.cplist {
color: #d31141;
}
/* This ID needs factored out */
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
/* stylelint-disable selector-no-id */
#navigation a,
.rtl #navigation a {
.navigation a,
.rtl .navigation a {
background: #b2c2cf;
}
/* stylelint-enable */
}
/* stylelint-disable selector-max-compound-selectors */
/* stylelint-disable selector-no-qualifying-type */
/* stylelint-disable no-indistinguishable-colors */
/* preferences pane layout */
.panel-container h2 {
color: #333333;