aboutsummaryrefslogtreecommitdiff
path: root/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'default.css')
-rw-r--r--default.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/default.css b/default.css
index 98d4a38..d81ce4f 100644
--- a/default.css
+++ b/default.css
@@ -193,16 +193,17 @@ html {
}
.textcolumn, .shorttextcolumn{
- text-align: justify;
line-height: 1.4em;
}
.textcolumn{
+ text-align: left;
max-width: 45em;
}
.shorttextcolumn{
- max-width: 20em;
+ text-align: justify;
+ max-width: 18em;
}
.hint{
font-size:small;