Changed some of the reset styles to use 'inherit' since we don't have to worry about Internet Explorer screwing them up.
+blockquote {
+ border-left: 2px #ddd solid;
+ color: #555;
+ font-size: 87.5%; /* (14.0 / 16.0) */
+}
+
+
+blockquote p {
+ margin-left: 4em;
+ margin-right: 4em;
+}
+
+
body {
background-color: #fff;
color: #000;
}
-em {
+em, q {
font-style: italic;
}
}
-p {
+p, blockquote {
line-height: 1.25;
margin: 1.25em 0;
}
margin: 0;
padding: 0;
border: 0;
- font-weight: normal;
- font-style: normal;
+ font-weight: inherit;
+ font-style: inherit;
font-size: 100%;
font-family: inherit;
text-align: inherit;