2008-10-14 03:02:26 +00:00
|
|
|
pre {
|
|
|
|
font-family: -moz-fixed;
|
2008-10-13 19:51:53 +00:00
|
|
|
}
|
|
|
|
|
2008-10-14 03:02:26 +00:00
|
|
|
blockquote {
|
|
|
|
margin-left: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Add quotation marks around blockquote */
|
|
|
|
blockquote p:not(:empty):before {
|
|
|
|
content: '“';
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote p:not(:empty):last-child:after {
|
|
|
|
content: '”';
|
2008-10-13 19:51:53 +00:00
|
|
|
}
|