[recipes] Fix style of small recipe tiles



commit 563fd3bbd729d3a4c0303e4a3aa77a5d59aac262
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Feb 9 20:40:47 2017 -0500

    Fix style of small recipe tiles
    
    We don't want the placeholder background image here.

 src/recipes.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/recipes.css b/src/recipes.css
index cba3298..bb56d00 100644
--- a/src/recipes.css
+++ b/src/recipes.css
@@ -98,6 +98,7 @@ label.chef.name {
 }
 
 .recipe.view.small.tile {
+  background-image: none;
   min-width: 258px;
   min-height: 64px;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]