Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2017-10-16 11:50:01 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2017-10-16 11:50:01 +0300
commite339ecf41e54f91ae0a1250ec60c7c7edb1ac702 (patch)
tree38e571bd9644d5cd6875015008c935c630210e0b
parent922e8658b17e4d101becfc5a68be3f91e202db71 (diff)
Add borders for blockquotes
-rw-r--r--static/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 7cb5221..af4a221 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -109,6 +109,9 @@ p {
blockquote {
padding: 1px 15px;
border-left: 2px solid #8d7edc;
+ border-top: 1px solid #c1c1c1;
+ border-right: 1px solid #c1c1c1;
+ border-bottom: 1px solid #c1c1c1;
}
code {
font-size: .75rem;