forked from mirrors/relay
Clean styles a bit more
This commit is contained in:
parent
7e9779aa4a
commit
2f20d52a65
2 changed files with 10 additions and 4 deletions
|
@ -30,6 +30,10 @@ header {
|
|||
|
||||
h1 {
|
||||
margin: 0px;
|
||||
.smaller {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -55,12 +59,15 @@ section {
|
|||
h3 {
|
||||
padding: 24px;
|
||||
margin: 0px;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.info {
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
li {
|
||||
padding-top: 24px;
|
||||
padding-bottom: 24px;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.padded {
|
||||
|
@ -69,7 +76,6 @@ section {
|
|||
|
||||
.joining {
|
||||
padding: 24px;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<body>
|
||||
<header>
|
||||
<div class="header-text">
|
||||
<h1>@config.software_name()</h1>
|
||||
<h1>@config.software_name()<span class="smaller">@config.software_version()</span></h1>
|
||||
<p>on @config.hostname()</p>
|
||||
</div>
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue