-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
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
missing h3 titles on help display #223
Comments
You want to tweak it with your own |
no, I do not use my own css |
You don't see it as my theme probably overrides it in it's own way. You could re-write it using It's removed by the script I think I had some reasons behind it when doing it. Bootstrap has a set of |
yes, I've found it in unauthenticated/js/authentic.min.js : the problem is that I'm lazzy : I have hundred of help files with h3 title [eric@localhost webmin]$ find . -type d -name help -exec grep -i -r h3 {} ; -print | wc -l |
Hmm.. :) I will see what I can do.. Let me test it.. |
Actually it seems like a bug. I will replace it with: Now you should be safe. Edit |
..besides I will add to that h3.h3_help {
font-size: 17px;
margin-top: 5px;
} Thanks for pointing out this bug! |
I just test your authentic.min.js patch, and it is now ok for me thanks for fixing this |
I'm running webmin 1.760 on fedora 22, with Authentic Theme 14.02
and I wrote a dummy help file for a module with the following code :
test h1
test h2
test h3
test h4
and I can see in the pop-up window
test h1
test h2
test h4
but not "test h3"
The text was updated successfully, but these errors were encountered: