You are here

gravatar.css in Gravatar integration 6

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

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

File

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