Created
February 26, 2009 09:52
-
-
Save aron/70768 to your computer and use it in GitHub Desktop.
This file contains 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
/* @group JS-Kit Override */ | |
.js-singleCommentBodyT { | |
display: block; | |
padding-top: 17px !important; | |
} | |
.js-singleCommentHeader { | |
padding: 0 8px !important; | |
} | |
.js-OldComments, | |
.js-commentFieldLabel, | |
.js-pmFieldLabel, | |
.js-singleCommentBody, | |
.js-singleCommentKarmaComMod, | |
.js-commentBodyLabel, | |
.js-commentCmtTextarea, | |
.js-commentAvatarArea, | |
.js-OldCommentsWrap, | |
.js-OldComments, | |
.js-CreateCommentFieldsWrap, | |
.js-CreateCommentFields, | |
.js-commentCmtTextarea, | |
.js-kit-comments div { | |
clear: none !important; | |
} | |
.js-singleCommentText { | |
display: block !important; | |
clear: both !important; | |
} | |
.js-kit-comments br { | |
display: none !important; | |
} | |
.js-singleCommentBody br { | |
display: block !important; | |
} | |
/* @end */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment