Created
August 13, 2012 04:08
-
-
Save maylogger/3336865 to your computer and use it in GitHub Desktop.
如果你的 google plus button 被 reset 或是 normalize 搞炸了,可以用這個還原!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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