MDL-58957 theme_boost: add rule to prevent target conflict

This commit is contained in:
Simey Lameze 2017-07-13 10:46:34 +08:00
parent a14907faa8
commit 54ff9a4bb8

View File

@ -3,6 +3,11 @@
left: initial;
}
.block:target {
padding-top: 0 !important; /* stylelint-disable declaration-no-important */
margin-top: 0 !important;
}
.block_search_forums .searchform {
/* Override plugin's default. */
text-align: left;