Haare schön

This commit is contained in:
Basti 2020-11-18 00:30:59 +01:00
parent f0312cb8e7
commit d8fee4bae2
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
3 changed files with 16 additions and 3 deletions

View File

@ -18,6 +18,3 @@ h1, h2, h3 {
h1 {
text-transform: uppercase;
}
h2 {
}

View File

@ -102,6 +102,19 @@ main {
}
}
ul {
margin-bottom: 1.5rem;
li {
line-height: 1.5rem;
}
}
th, td {
line-height: 1.5rem;
padding-right: 1rem;
}
section {
border-bottom: 1px dotted #ccc;
padding-bottom: 4rem;

View File

@ -2,3 +2,6 @@
<p>
Ohai there, admin human.
</p>
<p>
<%= link_to 'LDAP users', admin_ldap_users_path %>
</p>