summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/users.css.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/users.css.scss')
-rw-r--r--app/assets/stylesheets/users.css.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/assets/stylesheets/users.css.scss b/app/assets/stylesheets/users.css.scss
index 1efc835..790aa5f 100644
--- a/app/assets/stylesheets/users.css.scss
+++ b/app/assets/stylesheets/users.css.scss
@@ -1,3 +1,5 @@
-// Place all the styles related to the users controller here.
-// They will automatically be included in application.css.
-// You can use Sass (SCSS) here: http://sass-lang.com/
+.new_user, .edit_user {
+ li {
+ list-style: none;
+ }
+}