View Single Post
Old 11-23-2012, 07:00 AM   #55
CaptainMachSnot
Junior Member
CaptainMachSnot began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2012
Location: Oz
Device: Kobo-Busted, Sony PRS-T1
I was wondering if someone can please help me. I have followed the dropcap instructions in the guide, but have adjusted to make it 3 lines high. What I need help with is when there is quotation marks in front of the first letter. Is there a way to make the quotes appear normal, while still having the initial cap show up?
Code I am currently useing:
Quote:
.dropcap {
float: left;
font-family: "Mariage";
font-size: 4em;
font-weight: normal;
height: 1em;
line-height: 1em;
margin-bottom: -0.2em;
margin-left: 0em;
margin-right: 0.125em;
margin-top: -0.1em;
text-indent: 0em;
}
CaptainMachSnot is offline   Reply With Quote