[guadec-web] added header image to individual talks



commit c99156bcaad2c0edf611b59883d3731b6229faa1
Author: Fabiana Simões <fabianapsimoes gmail com>
Date:   Wed Jul 3 20:00:42 2013 +0200

    added header image to individual talks

 wordcamp-base/single-wcb_session.php |    3 +++
 wordcamp-base/style.css              |    4 ----
 2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/wordcamp-base/single-wcb_session.php b/wordcamp-base/single-wcb_session.php
index cdf25fc..8a32013 100644
--- a/wordcamp-base/single-wcb_session.php
+++ b/wordcamp-base/single-wcb_session.php
@@ -11,6 +11,9 @@ get_header(); ?>
 
                <div id="container">
                        <div id="content" role="main">
+                       
+                       <img alt="Photo of a talk at GUADEC 2010, with speaker talking and several attendees 
with laptops" src="https://www.guadec.org/wp-content/themes/wordcamp-base/images/pages/talks.jpg"; />
+            <span class="image-credits">By Mario Sánchez Prada [<a 
href="http://creativecommons.org/licenses/by-sa/2.0";>CC-BY-SA-2.0</a>], <a 
href="https://www.flickr.com/photos/mariosp/4840482146/in/photostream/";>via Flickr</a></span>
 
 <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
 
diff --git a/wordcamp-base/style.css b/wordcamp-base/style.css
index 9add2c3..bd4776e 100644
--- a/wordcamp-base/style.css
+++ b/wordcamp-base/style.css
@@ -1722,10 +1722,6 @@ h1, h2, h3, h4, h5, h6, #site-title, #site-description, #access .menu, #access d
     text-decoration: underline
 }
 
-.talk-title {
-    margin-top: 20px !important;
-}
-
 .session-speakers {
     font-size: 14px;
     margin-bottom: 20px;


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