[guadec-web] fixes width of sponsors bar



commit f2330ccd31a86f78f6963159d16eea39c1b0f5c0
Author: Fabiana Simões <fabianapsimoes gmail com>
Date:   Fri Jun 14 13:57:58 2013 +0200

    fixes width of sponsors bar

 wordcamp-base/style.css |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)
---
diff --git a/wordcamp-base/style.css b/wordcamp-base/style.css
index 11013b2..ebd85fd 100644
--- a/wordcamp-base/style.css
+++ b/wordcamp-base/style.css
@@ -1574,7 +1574,7 @@ h1, h2, h3, h4, h5, h6, #site-title, #site-description, #access .menu, #access d
 }
 
 .sponsors-bar {
-    width: 260px;
+    width: 310px;
     float: right;
 }
 
@@ -1589,10 +1589,9 @@ h1, h2, h3, h4, h5, h6, #site-title, #site-description, #access .menu, #access d
 }
 
 .sponsors-level-title {
-    font-weight: bold;
     text-transform: uppercase;
     text-align: center;
-    background: #6b8e9f;
+    background: rgba(107, 142, 159, 0.8);
     color: #f5f5f4;
 }
 
@@ -1625,15 +1624,6 @@ h1, h2, h3, h4, h5, h6, #site-title, #site-description, #access .menu, #access d
     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 {
    position: relative;


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