1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 06:51:08 +02:00

[ticket/14865] Mask remaining issues with bidi

PHPBB3-14865
This commit is contained in:
hanakin
2016-11-24 13:04:05 +01:00
parent 9dcd206ab3
commit 7c85e16c40

View File

@@ -1,6 +1,8 @@
/* -------------------------------------------------------------- /* /* -------------------------------------------------------------- /*
$Bidi $Bidi
/* -------------------------------------------------------------- */ /* -------------------------------------------------------------- */
/* stylelint-disable selector-max-compound-selectors */
/* stylelint-disable selector-no-qualifying-type */
/** /**
* common.css * common.css
@@ -1125,3 +1127,4 @@ li.breadcrumbs span:first-child > a {
margin-right: 0; margin-right: 0;
} }
} }
/* stylelint-enable */