Archived
1
0
This commit is contained in:
Jeff Becker 2016-11-02 15:50:53 -04:00
parent e668cdc16e
commit 864a751130
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -591,5 +591,13 @@ textarea#reply-text {
25% { transform:rotate(-1deg); } 25% { transform:rotate(-1deg); }
50% { transform:rotate(0deg); } 50% { transform:rotate(0deg); }
75% { transform:rotate(1deg); } 75% { transform:rotate(1deg); }
}
.truncated_post {
max-width: 75%;
padding-left: 25%;
}
.thread_exclude_info {
padding-left: 25%;
} }