diff options
author | elijah <elijah@riseup.net> | 2013-07-04 01:36:08 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-07-04 01:36:08 -0700 |
commit | 4b6c22acb24c140860eac3ca567673ec14c3c308 (patch) | |
tree | 447e12eb2daa05a2392c8f53be7bf6214be00783 /app | |
parent | c96f3544c5e7289eb4157981cc9f680d689d861f (diff) |
minor changes to css and home page.
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/leap.scss | 8 | ||||
-rw-r--r-- | app/views/home/index.html.haml | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app/assets/stylesheets/leap.scss b/app/assets/stylesheets/leap.scss index 792aa3c..6268b3b 100644 --- a/app/assets/stylesheets/leap.scss +++ b/app/assets/stylesheets/leap.scss @@ -184,3 +184,11 @@ input, textarea { } } } + +// +// USERS +// + +.overview li { + padding: 6px 0; +}
\ No newline at end of file diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml index 9da66a1..8c90436 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -9,9 +9,4 @@ .row-fluid %hr %p - Try to fetch a - = link_to "cert", cert_path - - %p - Create a - = link_to "ticket", new_ticket_path + = link_to "fetch a cert", cert_path |