summaryrefslogtreecommitdiff
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
parent2381a936cbd722148dc7fd93150ee2c570a8e890 (diff)
tweak css more
-rw-r--r--app/assets/stylesheets/servers.css.scss4
-rw-r--r--app/assets/stylesheets/users.css.scss5
2 files changed, 5 insertions, 4 deletions
diff --git a/app/assets/stylesheets/servers.css.scss b/app/assets/stylesheets/servers.css.scss
index cd74f58..bb20956 100644
--- a/app/assets/stylesheets/servers.css.scss
+++ b/app/assets/stylesheets/servers.css.scss
@@ -1,7 +1,3 @@
-// Place all the styles related to the servers controller here.
-// They will automatically be included in application.css.
-// You can use Sass (SCSS) here: http://sass-lang.com/
-
.edit_server {
li {
list-style: none;
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;
+ }
+}