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

github.com/yanlinlin82/simple-style.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinlin Yan <yanlinlin82@gmail.com>2020-01-28 09:48:35 +0300
committerLinlin Yan <yanlinlin82@gmail.com>2020-01-28 09:48:35 +0300
commit5ba81bb46e9fb95ff4d8f3c71c1ba7ec4ccff835 (patch)
tree0dc2d5c64c817a0543fd4aa8ed76300320030dad
parentf6b06d215f42d08a9f224954c9d8c4498c3449f7 (diff)
Add style for 'blockquote'
-rw-r--r--static/css/main.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 0f4dde1..f0181d3 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -19,6 +19,7 @@ th,td{border:1px solid gray;padding:2px 5px}
code{border:1px dotted #999;background-color:#f0f0f0;padding:1px 2px;line-height:200%;word-wrap:break-word}
pre{border:1px solid #999;background-color:#f0f0f0;padding:5px;overflow:auto;max-height:500px}
pre code{border:0;background:none;padding:0;font-size:.8em}
+blockquote{margin:0;padding:0 0 0 20px;border-left:solid 5px #ccc;font-size:.8em}
ul.pagination{list-style-type:none;text-align:center}
li.page-item{display:inline;padding-right:15px}
svg.permalink{color:#666;fill:currentColor}