]> git.0d.be Git - panikweb.git/commitdiff
style: set all focus titles in blue
authorFrédéric Péters <fpeters@0d.be>
Mon, 16 Dec 2013 18:41:18 +0000 (19:41 +0100)
committerFrédéric Péters <fpeters@0d.be>
Mon, 16 Dec 2013 18:41:18 +0000 (19:41 +0100)
panikweb_templates/static/css/specifics.css
panikweb_templates/templates/listen.html
panikweb_templates/templates/news.html

index 036a6b64262ea9ea4db4d6f9ebc7de5a9313324b..3c0a7606857023180400c1881adca0d42d55b29e 100644 (file)
        padding-bottom: 3px;
 }
 
+h5.focus-title {
+       color: blue;
+}
+
 .rightPart #search-form {
        text-align: right;
        margin-bottom: 2em;
index b78da55e0dc0374922e5543456e6f903f86a747e..2b856651ef987d968045f6e5dba8ed511c292e66 100644 (file)
@@ -17,7 +17,7 @@
 
     <div class="leftPart">
       <div class="soundfiles">
-        <h5 class="sectionLabel">Focus</h5>
+        <h5 class="sectionLabel focus-title">Focus</h5>
 
         <ul class="custom columns cf padded">
         {% for soundfile in focus %}
index 63689b7b6aee08c5f15b99338925d35e2feaf3e3..e3e47c622e9191dff67c9b46ba14ba544ca80f5d 100644 (file)
@@ -18,7 +18,7 @@ vous fait savoir.
 
                <div class="leftPart">
             <div class="news">
-                                   <h5 class="sectionLabel">Focus</h5>
+                                   <h5 class="sectionLabel focus-title">Focus</h5>
 
                    {% with focus as news %}
                            <ul class="custom columns cf padded">