aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-09-15 23:52:25 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-09-15 23:52:25 +0200
commitf476318ca1116d5ef4290e04d3a03908239e8346 (patch)
tree617516c00d61fb3bb3cb3937f4eae839dfd7a25b
parent6e57d8e2c686bf17c61c063c1caffb82cfe00d0d (diff)
downloadkursg-f476318ca1116d5ef4290e04d3a03908239e8346.tar.gz
kursg-f476318ca1116d5ef4290e04d3a03908239e8346.tar.bz2
kursg-f476318ca1116d5ef4290e04d3a03908239e8346.zip
increase line-height in man.css style
-rw-r--r--styles/man.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/styles/man.css b/styles/man.css
index c646298..e7ad356 100644
--- a/styles/man.css
+++ b/styles/man.css
@@ -176,7 +176,7 @@ ul
{
margin-left: 8ch;
margin-bottom: 2ch;
- line-height: 110%;
+ line-height: 130%;
list-style-type: disc;
width: auto;
list-style-position: outside;
@@ -192,7 +192,7 @@ ol
{
margin-left: 8ch;
margin-bottom: 2ch;
- line-height: 110%;
+ line-height: 130%;
width: auto;
list-style-type: decimal;
list-style-position: inside;
@@ -351,7 +351,7 @@ dd
margin-left: 8ch;
margin-bottom: 2ch;
text-align: justify;
- line-height: 110%;
+ line-height: 130%;
}
dd p
@@ -390,7 +390,7 @@ p
text-justify: inter-word;
overflow: hidden;
max-width: 80ch;
- line-height: 110%;
+ line-height: 130%;
}
pre