diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2022-12-20 15:18:07 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2022-12-20 15:18:07 +0000 |
commit | 9169abdb0549c35462fc5583bd62ee53921cd0e9 (patch) | |
tree | c772d34ab0daf6c6264083b7966a1c8229414f18 /media/css | |
parent | 81e95291e8ac50a566229400375aafd753cb5e5c (diff) | |
download | troggle-9169abdb0549c35462fc5583bd62ee53921cd0e9.tar.gz troggle-9169abdb0549c35462fc5583bd62ee53921cd0e9.tar.bz2 troggle-9169abdb0549c35462fc5583bd62ee53921cd0e9.zip |
2019 blog edits
Diffstat (limited to 'media/css')
-rw-r--r-- | media/css/trog3.css | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/media/css/trog3.css b/media/css/trog3.css index 54e6e84..990634a 100644 --- a/media/css/trog3.css +++ b/media/css/trog3.css @@ -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; }
|