Skip to content

Instantly share code, notes, and snippets.

@maylogger
Created August 13, 2012 04:08
Show Gist options
  • Select an option

  • Save maylogger/3336865 to your computer and use it in GitHub Desktop.

Select an option

Save maylogger/3336865 to your computer and use it in GitHub Desktop.
如果你的 google plus button 被 reset 或是 normalize 搞炸了,可以用這個還原!
// for google plus
table.pls-container,
table tbody tr.gc-reset:nth-child(even) {
background-color: transparent;
}
.gc-reset {
background-color: transparent;
img {
max-width: none;
&.pls-dropTR {
height: 4px;
}
&.pls-tailright {
height: 15px;
}
&.pls-tailleft {
height: 19px;
}
&.pls-spacerleft {
height: 1px;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment