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