[guadec-web] fixed main menu dimensions



commit 60e5123a19f2c5cbafafc7df991e34fcf59fa53a
Author: Fabiana Simões <fabianaps gnome org>
Date:   Fri May 24 16:15:22 2013 -0300

    fixed main menu dimensions

 wordcamp-base/style.css |   22 ++++------------------
 1 files changed, 4 insertions(+), 18 deletions(-)
---
diff --git a/wordcamp-base/style.css b/wordcamp-base/style.css
index ef982d0..4fc17fe 100644
--- a/wordcamp-base/style.css
+++ b/wordcamp-base/style.css
@@ -1390,10 +1390,9 @@ code {
 }
 
 .event-logo {
-       width: 230px;
        display: block;
        background: url("images/logo.png") no-repeat center center;
-       height: 65px;
+       height: 75px;
        margin: 0 auto;
 }
 
@@ -1407,8 +1406,7 @@ code {
 .menu-item {
        display: inline-block;
        padding: 0 30px;
-       padding-top: 20px;
-       font-size: 20px;
+       font-size: 16px;
        color: #6b8e9f;
 }
 
@@ -1425,11 +1423,7 @@ code {
 }
 
 .current_page_item a {
-    background: rgba(107, 142, 159, 0.7);
-    border-radius: 10px;
-    color: white !important;
-    padding: 10px 20px;    
-    text-align: center;
+    font-weight: bold;
     text-decoration: none;
     outline: 0;
 }
@@ -1544,15 +1538,7 @@ h1, h2, h3, h4, h5, h6, #site-title, #site-description, #access .menu, #access d
 }
 
 .front-display {
-       margin: 30px 0;
-}
-
-.front-img {
-       padding-right: 10px;
-}
-
-.front-intro {
-       text-align: justify;
+       margin: 10px 0;
 }
 
 .news-posts {


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