[guadec-web] style: Reduce padding on menu items so that we can fit in another one



commit 1f687fe50f1c5ac376bf33849b85068e91f617e5
Author: Rui Matos <tiagomatos gmail com>
Date:   Thu Jul 4 15:05:22 2013 +0200

    style: Reduce padding on menu items so that we can fit in another one

 wordcamp-base/style.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wordcamp-base/style.css b/wordcamp-base/style.css
index 098180c..3068930 100644
--- a/wordcamp-base/style.css
+++ b/wordcamp-base/style.css
@@ -1418,7 +1418,7 @@ code {
 
 .menu-item {
        display: inline-block;
-       padding: 0 30px;
+       padding: 0 15px;
        font-size: 16px;
        color: #6b8e9f;
 }


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