[guadec-web] style: Add classes for the sponsor logos in the Sponsors page



commit 432506e8a33267363e19e7f8947cb2294d455fd3
Author: Rui Matos <tiagomatos gmail com>
Date:   Thu Jun 13 18:43:47 2013 +0200

    style: Add classes for the sponsor logos in the Sponsors page

 wordcamp-base/style.css |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/wordcamp-base/style.css b/wordcamp-base/style.css
index 6a7c09b..11013b2 100644
--- a/wordcamp-base/style.css
+++ b/wordcamp-base/style.css
@@ -1604,14 +1604,35 @@ h1, h2, h3, h4, h5, h6, #site-title, #site-description, #access .menu, #access d
     float: right;
 }
 
+.sponsors-row {
+    display: table;
+    padding: 15px 0;
+}
+
 .sponsors-list-title, .sub-section-title {
     border-bottom: solid 1px #ddd;
     padding-bottom: 5px;
 }
 
 .sponsors-list-item {
-    display: inline-block;
-    padding-right: 30px;
+    display: table-cell;
+    vertical-align: middle;
+    width: 100px;
+}
+
+.sponsor-logo {
+    width: 250px;
+    height: 86px;
+    padding: 20px 20px;
+}
+.sponsor-redhat {
+    background: url("images/sponsor-redhat.png") no-repeat center center;
+}
+.sponsor-google {
+    background: url("images/sponsor-google.png") no-repeat center center;
+}
+.sponsor-canonical {
+    background: url("images/sponsor-canonical.png") no-repeat center center;
 }
 
 .image {


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