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

github.com/blankoworld/hugo_theme_adam_eve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier DOSSMANN <git@dossmann.net>2017-06-26 23:21:01 +0300
committerOlivier DOSSMANN <git@dossmann.net>2017-06-26 23:21:01 +0300
commit39647662b85ea944dc6f4f7bc161c1f91c26eb0b (patch)
treecba7e123932d9f727c3e45b9c71f0e811f79f1b8
parentaaf7994890f3eb31cb310211868e8476ba89e7df (diff)
Add blockquote
-rw-r--r--static/css/main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 50813ee..7ad79f5 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -8,6 +8,11 @@ main a:active, main a:link, main a:visited, main a:hover {
color: #080; // comment this line if you planned to use 'internal' shortcode
}
+blockquote {
+ padding: 0.5rem 1rem;
+ border-left: 0.3rem solid #e5e5e5;
+}
+
/* Shortcode 'nolink' */
span.nolink {