From 2b4a72f28e2cabbe98e4816fe92dfe83a587449a Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Fri, 7 Mar 2014 10:52:51 +0000 Subject: [PATCH] Remove bullet points from photo categories list. --- app/assets/stylesheets/admin/photos.css.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/admin/photos.css.sass b/app/assets/stylesheets/admin/photos.css.sass index 3a687be..13d41c6 100644 --- a/app/assets/stylesheets/admin/photos.css.sass +++ b/app/assets/stylesheets/admin/photos.css.sass @@ -12,6 +12,7 @@ clear: both ul.categories + list-style: none border: 1px solid #ccc @include round-corners(3px) @include box-shadow("inset 2px 2px 4px rgba(0, 0, 0, 0.1)")