[guadec-web] Add the buildings banner back to the header
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [guadec-web] Add the buildings banner back to the header
- Date: Mon, 29 Apr 2013 22:47:52 +0000 (UTC)
commit 092d48885e5781e3d3f74c2ddb20c2e77225f971
Author: Rui Matos <tiagomatos gmail com>
Date: Tue Apr 30 00:46:58 2013 +0200
Add the buildings banner back to the header
wordcamp-base/lib/structure/class-wcb-header.php | 21 ++++++++++-----------
wordcamp-base/style.css | 3 ++-
2 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/wordcamp-base/lib/structure/class-wcb-header.php
b/wordcamp-base/lib/structure/class-wcb-header.php
index 9066f05..2f0fa3c 100644
--- a/wordcamp-base/lib/structure/class-wcb-header.php
+++ b/wordcamp-base/lib/structure/class-wcb-header.php
@@ -6,17 +6,16 @@ class WCB_Header extends WCB_Element {
}
function content() { ?>
- <div id="<?php echo $this->get_id(); ?>">
- <div class="event-logo">
- <a class="event-logo-link" href="<?php echo home_url(); ?>"></a>
- </div>
- <?php
- wp_nav_menu(array(
- 'menu'=>'main',
- 'container_class'=>'main_navigation')
- );
- ?>
- </div><!-- #header -->
+ <div id="<?php echo $this->get_id(); ?>">
+ <div class="event-logo">
+ <a class="event-logo-link" href="<?php echo home_url(); ?>"></a>
+ </div>
+ <?php wp_nav_menu(array('menu'=>'main',
+ 'container_class'=>'main_navigation'));
+ ?>
+ <div class="clear"></div>
+ <div class="grid_12 branding-buildings"> </div>
+ </div>
<?php
}
}
diff --git a/wordcamp-base/style.css b/wordcamp-base/style.css
index 11f80dd..2f9e03b 100644
--- a/wordcamp-base/style.css
+++ b/wordcamp-base/style.css
@@ -1418,9 +1418,10 @@ code {
}
.branding-buildings {
- height: 177px;
+ height: 177px;
widht: 940px;
background: url("images/buildings.png");
+ margin-top: 20px;
margin-bottom: 20px;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]