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-09-20 19:27:30 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2017-09-20 19:27:30 +0300
commit6a7fedaa9d1e294bfe8d12e596655777e990e35a (patch)
tree0bef36dfc8b79a7adbfbd70954626fde789c54d3
parentdd5f225c0e1148ed25e8338018dde1eefbfca8e4 (diff)
Add style to pre html tag
-rw-r--r--static/css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index bbad634..1f116f7 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -114,6 +114,13 @@ code {
padding: .1em .3em;
border-radius: 3px;
}
+pre {
+ padding: 1rem 2rem;
+ border-left: 5px #8d7edc solid;
+ background: #f6f6f6;
+ display: block;
+ white-space: pre-wrap;
+}
a {
color: #333;
font-weight: bold;