diff --git a/app/assets/stylesheets/notifications.scss b/app/assets/stylesheets/notifications.scss new file mode 100644 index 00000000..74b5db42 --- /dev/null +++ b/app/assets/stylesheets/notifications.scss @@ -0,0 +1,5 @@ +.controller-notifications { + ul.notifications { + list-style: none; + } +} diff --git a/app/views/notifications/index.html.erb b/app/views/notifications/index.html.erb index a1f5f832..65cb52b2 100644 --- a/app/views/notifications/index.html.erb +++ b/app/views/notifications/index.html.erb @@ -4,15 +4,17 @@

Notifications

-