We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1 . Widget - AndroidAppPromotion
Android Chrome 36.0.1985.131 ak je nastaveny background na html elemente:
<span class="stars" style="/* background: url(/st/img/androidAppPromotion/star.png) 0 0 repeat; */"></span>
tak sa ignoruje vlastnost v triede:
.appPromotion .apInfo .stars { ... background-size: 14px auto; ... }
Preto by bolo vhodne doplnit napr. !important flag:
.appPromotion .apInfo .stars { ... background-size: 14px auto !important; ... }
2 . Obcas sa neda spolahnut na to, že text s info bude zarovnany vlavo.
Preto by bolo vhodne do CSS pridat:
.appPromotion .apInfo { ... text-align: left; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1 . Widget - AndroidAppPromotion
Android Chrome 36.0.1985.131
ak je nastaveny background na html elemente:
tak sa ignoruje vlastnost v triede:
Preto by bolo vhodne doplnit napr. !important flag:
2 . Obcas sa neda spolahnut na to, že text s info bude zarovnany vlavo.
Preto by bolo vhodne do CSS pridat:
The text was updated successfully, but these errors were encountered: