aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-02-13 15:35:07 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-02-13 15:35:07 +0100
commit4ff8c3d4f62a64efc8bd436105e98f651c0db0dc (patch)
tree519c68c8544abcf38a4ccd525854d06566d98d82
parent078de34376c2aef07b58e76fd6d2f81b0da9bc4c (diff)
downloadkursg-4ff8c3d4f62a64efc8bd436105e98f651c0db0dc.tar.gz
kursg-4ff8c3d4f62a64efc8bd436105e98f651c0db0dc.tar.bz2
kursg-4ff8c3d4f62a64efc8bd436105e98f651c0db0dc.zip
fix: margin in pre an hr
-rw-r--r--styles/man.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/styles/man.css b/styles/man.css
index c91e1a8..1d01b60 100644
--- a/styles/man.css
+++ b/styles/man.css
@@ -81,6 +81,8 @@ a.menu-active
hr
{
margin-left: 8ch;
+ margin-top: 2ch;
+ margin-bottom: 2ch;
border-style: dotted;
border-width: 1px;
border-color: green;
@@ -407,7 +409,7 @@ p
pre
{
margin-top: 0ch;
- margin-bottom: 1ch;
+ margin-bottom: 2ch;
margin-left: 8ch;
text-justify: inter-word;
overflow: hidden;
@@ -420,7 +422,6 @@ h1, h2, h3
{
color: red;
font-weight: bold;
- margin-top: 2ch;
text-transform: uppercase;
}