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

github.com/damiencaselli/paperback.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Caselli <damien.caselli@gmail.com>2016-08-09 18:57:57 +0300
committerDamien Caselli <damien.caselli@gmail.com>2016-08-09 18:57:57 +0300
commit5615aeb1327a3895008c00ad87393612522b8c33 (patch)
treefcc3d99d5e0232b0b047574e3e417d75b3dcfbc3
parentcc64c7688a550b45587ca80dcdd32bf327dbe75e (diff)
Update styles
-rw-r--r--static/css/paperback.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/static/css/paperback.css b/static/css/paperback.css
index a02d07b..097a3fd 100644
--- a/static/css/paperback.css
+++ b/static/css/paperback.css
@@ -68,14 +68,19 @@ li {
margin: 0;
}
+abbr {
+ border-bottom: 1px dashed currentColor;
+ cursor: help;
+}
+
kbd, code, pre {
font-family: "Source Code Pro", monospace;
}
pre {
max-width: 100%;
- overflow: auto;
- padding: .5rem 0;
+ padding: .5rem;
+ margin: 0 0 1rem;
}
kbd {
@@ -153,3 +158,7 @@ footer, .site-nav {
.site-footer {
margin-bottom: 1rem;
}
+
+.highlight {
+ overflow: auto;
+}