From 98133409735747a8bda10d85e4c90402c23ae30c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 28 Apr 2014 13:01:06 -0400 Subject: tweak css more --- app/assets/stylesheets/servers.css.scss | 4 ---- app/assets/stylesheets/users.css.scss | 5 +++++ 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; + } +} -- cgit v1.2.3