You are here

gravatar.css in Gravatar integration 5

Same filename and directory in other branches
  1. 6 gravatar.css
  2. 7 gravatar.css
html.js .js-hide, .hide, .js-show {
  display: none;
}

html.js .js-show {
  display: block !important;
}

File

gravatar.css
View source
  1. html.js .js-hide, .hide, .js-show {
  2. display: none;
  3. }
  4. html.js .js-show {
  5. display: block !important;
  6. }