]> gitweb.michael.orlitzky.com - dead/census-tools.git/commitdiff
Added styles for blockquotes and regular quotes (<q> elements).
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 7 Nov 2009 17:11:50 +0000 (12:11 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 7 Nov 2009 17:11:50 +0000 (12:11 -0500)
Changed some of the reset styles to use 'inherit' since we don't have to worry about Internet Explorer screwing them up.

doc/project_overview/common.css
doc/project_overview/reset.css

index 21804dbd66c2a8c5980acb779cde843981556b03..3be3e01432aa00c6735f1c1d27854a2114476c1c 100644 (file)
@@ -1,3 +1,16 @@
+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;
@@ -7,7 +20,7 @@ body {
 }
 
 
-em {
+em, q {
   font-style: italic;
 }
 
@@ -41,7 +54,7 @@ li {
 }
 
 
-p {
+p, blockquote {
   line-height: 1.25;
   margin: 1.25em 0;
 }
index c63e4670a2ac6588fd42c916a7ca553119d1f52f..90e0a1ec093687f6908e7657c5ae4f35a4647b8a 100644 (file)
@@ -23,8 +23,8 @@ table, caption, tbody, tfoot, thead, tr, th, td {
   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;