[guadec-web] changed styling for the page titles



commit 05cbeb634b033bcce9710343afd524cfdd885e3f
Author: Fabiana Simões <fabianaps gnome org>
Date:   Fri May 24 16:23:58 2013 -0300

    changed styling for the page titles

 wordcamp-base/page.php  |    1 -
 wordcamp-base/style.css |    4 +++-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/wordcamp-base/page.php b/wordcamp-base/page.php
index e8ea6b9..52382ca 100644
--- a/wordcamp-base/page.php
+++ b/wordcamp-base/page.php
@@ -17,7 +17,6 @@ $structure = wcb_get('structure');
 $structure->full_width_content();
 
 get_header(); ?>
-
                <div id="container">
                        <div id="content" role="main">
 
diff --git a/wordcamp-base/style.css b/wordcamp-base/style.css
index 4fc17fe..00791f1 100644
--- a/wordcamp-base/style.css
+++ b/wordcamp-base/style.css
@@ -1386,7 +1386,9 @@ code {
 }
 
 .page-title {
-       margin-bottom: 20px !important;
+       margin: 20px 0 !important;
+       border-top: 1px solid #ddd;
+       padding-bottom: 5px;
 }
 
 .event-logo {


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