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

github.com/jsnjack/kraiklyn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 63addc8..799c2ba 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -25,7 +25,7 @@ html {
top: 0;
left: 0;
bottom: 0;
- width: 18rem;
+ width: 19rem;
text-align: left;
}
}
@@ -178,7 +178,7 @@ section.page a:visited {
color: #363636;
}
-section div.highlight pre {
+section div pre {
overflow: auto;
}