[guadec-web] Add the event location and date
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [guadec-web] Add the event location and date
- Date: Mon, 29 Apr 2013 23:39:18 +0000 (UTC)
commit e944d5d75d0d3cc43c78d5dbeec847c67d86e38d
Author: Rui Matos <tiagomatos gmail com>
Date: Tue Apr 30 01:37:04 2013 +0200
Add the event location and date
This should be temporary. This should probably be done differently,
probably by changing the buildings image itself
wordcamp-base/lib/structure/class-wcb-header.php | 3 +++
wordcamp-base/style.css | 19 ++++++-------------
2 files changed, 9 insertions(+), 13 deletions(-)
---
diff --git a/wordcamp-base/lib/structure/class-wcb-header.php
b/wordcamp-base/lib/structure/class-wcb-header.php
index a3c5aeb..763e89b 100644
--- a/wordcamp-base/lib/structure/class-wcb-header.php
+++ b/wordcamp-base/lib/structure/class-wcb-header.php
@@ -16,6 +16,9 @@ class WCB_Header extends WCB_Element {
?>
<div class="clear"></div>
<div class="grid_12 branding-buildings"> </div>
+ <div class="clear"></div>
+ <div class="event-date">August 1 — 8, 2013</div>
+ <div class="event-location">Brno, Czech Republic</div>
</div>
<?php
}
diff --git a/wordcamp-base/style.css b/wordcamp-base/style.css
index 235599c..4cae7eb 100644
--- a/wordcamp-base/style.css
+++ b/wordcamp-base/style.css
@@ -1398,26 +1398,19 @@ code {
.event-location,
.event-date {
- padding-top: 38px;
- font-size: large;
+ display: inline;
+ font-size: small;
color: #6b8e9f;
- text-shadow: 0 1px #fff;
-}
-
-.event-location {
- text-align: right;
-}
-
-.event-date {
- text-align: left;
+ margin-right: 10px;
+ float: right;
}
.branding-buildings {
height: 177px;
widht: 940px;
background: url("images/buildings.png");
- margin-top: 20px;
- margin-bottom: 20px;
+ margin-top: 10px;
+ margin-bottom: 10px;
}
ul {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]