Responsive theme: need CSS help with blockquotes
-
My blockquotes were nicely sized until this morning and then on its own it changed to much bigger size.
This is the CSS custom I have for blockquotes:
blockquote {
font-family: Georgia, serif;
font-size: inherit;
width: auto;
margin: .25em 0;
padding: .25em 20px;
line-height: 15px;
position: relative;
color: #383838;
border-left: 3px dashed #c1c1c1;
background: #eee;
}.post-entry blockquote p {
font-size: 15px;
}While the preview screen shows a small font, after saving the changes don’t show.
Thanks in advance for your help.
The blog I need help with is: (visible only to logged in users)
-
No, I didn’t touch my CSS until after I saw the sudden change this afternoon. Pretty sure I didn’t have the .blog reference before.
Anyways, this works like a charm :D
Thank you very, very much!!!
- The topic ‘Responsive theme: need CSS help with blockquotes’ is closed to new replies.