[recipes] Small fixup for heading style



commit 0e6d2d302f7bcf2cd79529f93aeed8e3e9f4eff9
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Feb 3 11:14:26 2017 +0100

    Small fixup for heading style
    
    I'm using the heading style class for a box now to align the
    entire content, but I don't want to inherit the font changes
    into some of the content, so restrict the font parts to
    label.heading.

 src/recipes.css |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/src/recipes.css b/src/recipes.css
index bc5ffd9..da4ac07 100644
--- a/src/recipes.css
+++ b/src/recipes.css
@@ -1,10 +1,13 @@
 /* headings on the recipes page */
 .heading {
-       font: 16px Cantarell;
-       font-weight: bold;
   padding: 20px 0 10px 0;
 }
 
+label.heading {
+  font: 16px Cantarell;
+  font-weight: bold;
+}
+
 label.sidebar {
   background: none;
   border: none;


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