/ Published in: CSS
Expand |
Embed | Plain Text
p { margin : 0 0 1.5em; } blockquote { font-style : normal; } blockquote { quotes : "\201c" "\201d"; } blockquote p:first-child:before { margin-left : -6px; padding-right : 2px; content : "\201c"; font-family : Times; font-weight : bold; } blockquote p:last-child:after { content : "\201d"; font-family : Times; } li ul, li ol { margin-bottom : 1.5em; } ul, ol { margin-bottom : 1.5em; } ul { list-style-type : disc; } ol { list-style-type : decimal; } dl { margin : 0 0 1.5em 0; } dt { font-weight : bold; } dd { margin-left : 1.5em; } strong { font-weight : bold; } em, dfn { font-style : italic; } dfn { font-weight : bold; } sup, sub { line-height : 0; } abbr, acronym { border-bottom-width : 0; } address { font-style : normal; } del { color : #666; } pre { margin : 1.5em 0; white-space : pre; } pre, code, tt { font : 1em 'andale mono', 'lucida console', monospace; line-height : 1.5; }
You need to login to post a comment.
