styles.css

From iGeek
/* line-height code that works for evth except p and br */
* {
}
/* line-height code that works for p */
#bodyContent p {
     display: inherit;
}

/* line-height code that works for br */
#bodyContent br {
     display: inherit;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.