Merge pull request #3384 from mosch/patch-2

Make platform name unselectable
This commit is contained in:
James Ide 2015-10-13 09:53:29 -07:00
commit 3d22547e31

View File

@ -974,6 +974,9 @@ div[data-twttr-id] iframe {
padding: 0 5px;
font-size: 13px;
font-weight: normal;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.edit-github {