]> git.0d.be Git - panikweb.git/commitdiff
add placeholder for news side for now
authorFrédéric Péters <fpeters@0d.be>
Tue, 13 Aug 2013 10:35:33 +0000 (12:35 +0200)
committerFrédéric Péters <fpeters@0d.be>
Tue, 13 Aug 2013 10:36:33 +0000 (12:36 +0200)
panikweb_templates/static/css/style.css
panikweb_templates/templates/base.html

index 40b0cc1b677f65f5c4753ae7a33c85ec99bc440f..cf4d5b81217a42cad2dd473da37b8e838619c6dc 100644 (file)
@@ -4,6 +4,7 @@ div#player {
   height: 100%;
 }
 
+div#news img,
 div#player img {
   width: 100%;
   height: 80%;
@@ -19,4 +20,5 @@ div#news {
   float: left;
   width: 38%;
   margin-left: 1%;
+  height: 100%;
 }
index 25a2f4d0477074d3efe6ab65f3fc98db1489bf42..a3c01d8837a5adb908f5c0cc520f787a5d3586d2 100644 (file)
@@ -36,6 +36,7 @@
   <h2>News</h2>
 
   {% block news %}
+  <img src="{{ STATIC_URL }}img/placeholder.png">
   {% endblock %}
 </div>