[guadec-web] styling for image credits, removes page titles (redudant with menu) and add images for venue and tra



commit 32a1659282d2cfa5c305c85ab26e92552c9cf45e
Author: Fabiana Simões <fabianaps gnome org>
Date:   Fri May 24 17:33:36 2013 -0300

    styling for image credits, removes page titles (redudant with menu) and add images for venue and travel

 wordcamp-base/images/pages/travel.jpg |  Bin 0 -> 401366 bytes
 wordcamp-base/images/pages/venue.jpg  |  Bin 0 -> 275251 bytes
 wordcamp-base/page.php                |    2 +-
 wordcamp-base/style.css               |    7 +++++++
 4 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/wordcamp-base/images/pages/travel.jpg b/wordcamp-base/images/pages/travel.jpg
new file mode 100644
index 0000000..75e14ad
Binary files /dev/null and b/wordcamp-base/images/pages/travel.jpg differ
diff --git a/wordcamp-base/images/pages/venue.jpg b/wordcamp-base/images/pages/venue.jpg
new file mode 100644
index 0000000..13e8d62
Binary files /dev/null and b/wordcamp-base/images/pages/venue.jpg differ
diff --git a/wordcamp-base/page.php b/wordcamp-base/page.php
index 52382ca..6da8f79 100644
--- a/wordcamp-base/page.php
+++ b/wordcamp-base/page.php
@@ -26,7 +26,7 @@ get_header(); ?>
                                        <?php if ( is_front_page() ) { ?>
                                                <!--<h2 class="entry-title"><?php the_title(); ?></h2>-->
                                        <?php } else { ?>
-                                               <h1 class="entry-title page-title"><?php the_title(); ?></h1>
+                                               <!--<h1 class="entry-title page-title"><?php the_title(); 
?></h1>-->
                                        <?php } ?>
 
                                        <div class="entry-content">
diff --git a/wordcamp-base/style.css b/wordcamp-base/style.css
index 00791f1..bddf171 100644
--- a/wordcamp-base/style.css
+++ b/wordcamp-base/style.css
@@ -1391,6 +1391,13 @@ code {
        padding-bottom: 5px;
 }
 
+.image-credits {
+    display: block;
+    font-size: 10px;
+    text-align: right;
+    margin-bottom: 20px; 
+}
+
 .event-logo {
        display: block;
        background: url("images/logo.png") no-repeat center center;


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