Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Custom CSS different from development tools?
Why is this? I am trying to reduce the size of the google + button and I compared both. Why is the one on the dev tools different from the custom.css?
0
Comments
don't change the subtheme .css
in general - css and js can be minified.
also css can be created from the less file that is not user-friendly.
just add info to custom.css
you will be alot happier.
and use cssedit if you have cloudflare and caching.
in answer to your question about the NOT custom.css file - its just processed to save on size.
and re-read the description here:
http://vanillaforums.org/addon/bootstrap-theme
read some tutorial on css inheritance css specificity and less
just override in custom.css
make the rule more specific or use !important.
http://www.smashingmagazine.com/2010/04/07/css-specificity-and-inheritance/
http://www.w3.org/TR/CSS2/cascade.html
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thanks!