If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
[ Home | Post Entry | Log in | Search | Browse Options | Site Map ]
no subject
.cuttag + b {
font-size: 0;
}
.cuttag + b a {
font-size: var(--text-size);
text-transform: lowercase;
font-weight: normal;
margin-left: 27px;
}
with
.cut-open, .cut-close {
display:none;
}
.cut-text{
text-transform: lowercase;
font-weight: normal;
margin-left: 27px;
display:block;
}
Let me know if it works.