This is an automated email from the ASF dual-hosted git repository.
gstein pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/bloodhound-site.git
The following commit(s) were added to refs/heads/main by this push:
new d42c7dc add a left bar to make the tweet quote more obvious
d42c7dc is described below
commit d42c7dc48f8c19dc0754d448f9b973ddff32b1fc
Author: Greg Stein <[email protected]>
AuthorDate: Fri Aug 25 23:52:34 2023 -0500
add a left bar to make the tweet quote more obvious
---
content/css/site.css | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/content/css/site.css b/content/css/site.css
index 26aae68..810cf93 100644
--- a/content/css/site.css
+++ b/content/css/site.css
@@ -42,7 +42,9 @@ ul.unstyled p {
}
.tweets blockquote {
- margin-left: 10px;
+ margin-left: 1em;
+ border-left: 5px solid lightgray;
+ padding-left: 1em;
}
.highlight {