Skip to content

Instantly share code, notes, and snippets.

@zixaphir
Created October 23, 2011 08:29
Show Gist options
  • Save zixaphir/1307079 to your computer and use it in GitHub Desktop.
Save zixaphir/1307079 to your computer and use it in GitHub Desktop.
lower right hand corner quotes
form[name='delform'] td.reply,
form[name='delform'] td.replyhl {
display: inline-block;
position: relative !important;
}
td .container,
#qp .container {
position: absolute;
bottom: 5px;
right: 5px;
}
.op .container {
display: block;
}
.container::before {
content: "Quoted by: ";
font-size: inherit;
}
.op .container::before {
margin-left: 50px;
}
.reply .container ~ blockquote,
.replyhl .container ~ blockquote {
margin: 12px 40px 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment