diff --git a/assets/common/styles.css b/assets/common/styles.css index a4e6827..8148a78 100755 --- a/assets/common/styles.css +++ b/assets/common/styles.css @@ -34,6 +34,10 @@ h1, h2, h3, h4, h5, h6 { font-family: sans-serif; } +h3, h4, h5, h6 { + margin-bottom: 8px; +} + hr { display: block; margin-top: 0.5em; @@ -72,6 +76,10 @@ code { white-space: pre; } +ul { + margin: 0px; +} + #header { border-bottom: double; } @@ -86,7 +94,6 @@ code { background-image: url("http://assets.zdenekborovec-dev.cz/common/planks_dark_tile.png"); background-repeat: repeat; padding: 0; - margin: 0; text-align: center; display: flex; list-style-type: none; diff --git a/docs/common/footer.php b/docs/common/footer.php index 2614a60..1be0a4f 100755 --- a/docs/common/footer.php +++ b/docs/common/footer.php @@ -1,6 +1,6 @@