nested-quotes-are-not-quotes.css 269 B

12345678910
  1. /* A quote within a quote does not become a nested quote but changes the style of the quote: much smaller text */
  2. blockquote>blockquote {
  3. padding: 0;
  4. border-left-width: 0;
  5. border-left-style: none;
  6. margin: 0;
  7. font-size: 85%;
  8. line-height: 120%;
  9. }