summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/users.css.scss
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-28 13:01:06 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-28 13:01:06 -0400
commit98133409735747a8bda10d85e4c90402c23ae30c (patch)
tree88ffeed3fdcf6afebbbf436ed69ce4115462d48e /app/assets/stylesheets/users.css.scss
parent2381a936cbd722148dc7fd93150ee2c570a8e890 (diff)
tweak css more
Diffstat (limited to 'app/assets/stylesheets/users.css.scss')
-rw-r--r--app/assets/stylesheets/users.css.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/users.css.scss b/app/assets/stylesheets/users.css.scss
index e69de29..790aa5f 100644
--- a/app/assets/stylesheets/users.css.scss
+++ b/app/assets/stylesheets/users.css.scss
@@ -0,0 +1,5 @@
+.new_user, .edit_user {
+ li {
+ list-style: none;
+ }
+}