cpuprogramme / cpu-15

Dotclear theme for radio show C.P.U.
2 stars 1 forks source link

Resstyle <q> #41

Closed dascritch closed 6 years ago

dascritch commented 6 years ago

we are missing quotes, no need to italicize.

from dsn13 dascritch.net

blockquote,q {
   font-style:italic
}

blockquote em,q em{
   font-style:normal
}

q,cite,quote,blockquote { 
    quotes:"\201c" "\201d" "\00ab\00a0" "\00a0\00bb"
}