[recipes: 5/5] Merge pull request #14 from jimmac/master



commit eb27085ea7accd072279efd6a0f868697be87473
Merge: 5cca286 cc9b7de
Author: matthiasclasen <matthias clasen gmail com>
Date:   Mon Jan 16 07:35:01 2017 -0500

    Merge pull request #14 from jimmac/master
    
    styling: use legible tile labels

 src/recipes.css |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --cc src/recipes.css
index 5978d77,afdcacc..3617425
--- a/src/recipes.css
+++ b/src/recipes.css
@@@ -94,31 -62,21 +94,31 @@@ label.chef.name 
    min-height: 200px;
  }
  
 +.recipe.view.small.tile {
 +  min-width: 258px;
 +  min-height: 64px;
 +}
 +
  label.recipe.name {
-   background: alpha(@theme_base_color, .75);
+   background: @theme_base_color;
    color: @theme_fg_color;
    font-weight: bold;
-   font-size: 20px;
-   padding: 10px 20px 0px 20px;
+   font-size: 110%;
+   padding: 10px 10px 0;
  }
  
  label.recipe.author {
-   background: alpha(@theme_base_color, .75);
+   background: @theme_base_color;
    color: mix(@theme_base_color,@theme_fg_color,0.7);
-   font-size: 12px;
-   padding: 8px 20px 10px 20px;
+   font-size: 100%;
+   padding: 0 10px 10px;
  }
  
 +label.recipe.author.small,
 +label.recipe.name.small {
 +  background: @theme_base_color;
 +}
 +
  @define-color diet_tag_bg #cc1212;
  @define-color diet_tag_fg #ffffff;
  


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