X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2Fproject_overview%2Fcommon.css;h=3be3e01432aa00c6735f1c1d27854a2114476c1c;hb=722c339feb0f5bebc42080b0074f1149848fbc97;hp=eecf6abb0259009de8fc223275f0f66253c54c5a;hpb=935a6ead0912829a7e0f153aa7aac7494977e69c;p=dead%2Fcensus-tools.git diff --git a/doc/project_overview/common.css b/doc/project_overview/common.css index eecf6ab..3be3e01 100644 --- a/doc/project_overview/common.css +++ b/doc/project_overview/common.css @@ -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; } @@ -57,6 +70,11 @@ ol { } +strong { + font-weight: bold; +} + + ul { list-style-type: square; }