gravatar.css in Gravatar integration 5
Same filename and directory in other branches
html.js .js-hide, .hide, .js-show {
  display: none;
}
html.js .js-show {
  display: block !important;
}
File
gravatar.cssView source
- 
 - html.js .js-hide, .hide, .js-show {
 -   display: none;
 - }
 - 
 - html.js .js-show {
 -   display: block !important;
 - }