diff --git a/app/assets/stylesheets/fonts.scss b/app/assets/stylesheets/fonts.scss index 52127fc..ce3de15 100644 --- a/app/assets/stylesheets/fonts.scss +++ b/app/assets/stylesheets/fonts.scss @@ -18,6 +18,3 @@ h1, h2, h3 { h1 { text-transform: uppercase; } - -h2 { -} diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index e60ec45..10b3d14 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -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; diff --git a/app/views/admin/dashboard/index.html.erb b/app/views/admin/dashboard/index.html.erb index 0019cc4..d718467 100644 --- a/app/views/admin/dashboard/index.html.erb +++ b/app/views/admin/dashboard/index.html.erb @@ -2,3 +2,6 @@
Ohai there, admin human.
++ <%= link_to 'LDAP users', admin_ldap_users_path %> +