]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - doc/project_overview/common.css
Added styles for blockquotes and regular quotes (<q> elements).
[dead/census-tools.git] / doc / project_overview / common.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;
 }