2019 blog edits

This commit is contained in:
2022-12-20 15:18:07 +00:00
parent 81e95291e8
commit 9169abdb05
2 changed files with 17 additions and 19 deletions
+11 -13
View File
@@ -191,21 +191,19 @@ img.icon { vertical-align: middle; }
img.aligntop { vertical-align: top; }
blockquote {
font: Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-variant:small-caps;
width: 400px;
background: url(../close-quote.gif) no-repeat right bottom;
padding-left: 25px;
text-indent: -25px;
text-align: right;
width: 80%;
/* width: 400px; */
padding-left: 8;
/* text-indent: -25px; */
text-align: left;
vertical-align:bottom;
color:#CCCC66;
}
blockquote:first-letter {
background: url(../open-quote.gif) no-repeat left top;
padding-left: 40px;
font: italic 1.4em Georgia, "Times New Roman", Times, serif;
color:#4444dd;
}
/* blockquote:first-letter { */
/* background: url(../open-quote.gif) no-repeat left top; */
/* padding-left: 40px; */
/* font: italic 1.4em Georgia, "Times New Roman", Times, serif; */
/* } */
table.imgtable { margin-left: auto; margin-right: auto; }
table.imgtable td { vertical-align: middle; text-align: center;
padding: 10px; }