aboutsummaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index cad818f1..b1039673 100644
--- a/css/style.css
+++ b/css/style.css
@@ -10,10 +10,10 @@ html, body {
color: black;
}
-body {
+body {
text-align: justify;
font: normal .9em/1.5em Cambria, Georgia, "Trebuchet MS", Verdana, sans-serif;
- overflow-y: scroll;
+
}
code, pre {
@@ -248,6 +248,8 @@ blockquote.right {
.left {
float: left;
+ position: absolute;
+
}
.tex {
bgstack15