q2a / question2answer

Question2Answer is a free and open source platform for Q&A sites, running on PHP/MySQL.
http://www.question2answer.org/
GNU General Public License v3.0
1.63k stars 628 forks source link

I want to remove Facebook login plugin inline css #916

Closed engrmdbelal closed 1 year ago

engrmdbelal commented 2 years ago

I found a new problem with the Facebook plugin. This is the problem with inline CSS. This problem exists in 2 lines. Exists in lines 61 and 83. I hope you will solve it. Take a look at the two pictures I am giving. Directory: qa-plugin/facebook-login/qa-facebook-login.php IMG_20211019_174128 Screenshot_2021-10-19-17-41-00-14

svivian commented 1 year ago

There's no problem with this. But if you want to change it, make it class="example" and add the style to a .example{} rule in your CSS.