]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - doc/project_overview/common.css
Moved the line-height definition into the body element.
[dead/census-tools.git] / doc / project_overview / common.css
index 21804dbd66c2a8c5980acb779cde843981556b03..6238cc08404ba1962a42c9e9ab2f88de82411300 100644 (file)
@@ -1,13 +1,27 @@
+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;
   font-family: georgia;
+  line-height: 1.25;
   margin: 0 auto;
   width: 42em;
 }
 
 
-em {
+em, q {
   font-style: italic;
 }
 
@@ -36,13 +50,7 @@ h3 {
 }
 
 
-li {
-  line-height: 1.25;
-}
-
-
-p {
-  line-height: 1.25;
+p, blockquote {
   margin: 1.25em 0;
 }