1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

prettify the custom DNS docs

This commit is contained in:
Joshua Tauberer
2014-08-27 12:11:38 +00:00
parent 302eae3fd3
commit 684d9b3c70
2 changed files with 13 additions and 7 deletions

View File

@@ -30,7 +30,7 @@
margin-bottom: 1.25em;
}
h1, h2, h3 {
h1, h2, h3, h4 {
font-family: Raleway, sans-serif;
font-weight: bold;
}
@@ -44,7 +44,13 @@
border-bottom: 1px solid black;
padding-bottom: 3px;
margin-bottom: 13px;
margin-top: 26px;
margin-top: 30px;
}
h4 {
font-size: 110%;
margin-bottom: 13px;
margin-top: 18px;
}
.panel {