Commit:    8ab08254bcd361f1e439ee1b130fc08c4b89b946
Author:    Levi Morrison <[email protected]>         Tue, 17 Sep 2013 15:04:56 -0600
Parents:   3cf7f06c574861f8d53acfae0f7fd4626123ffd2
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=8ab08254bcd361f1e439ee1b130fc08c4b89b946

Log:
Changed h3 to p; they really aren't that important.

Changed paths:
  M  styles/home.css
  M  views/homepage/sidebar.php


Diff:
diff --git a/styles/home.css b/styles/home.css
index 459bce9..013ae05 100644
--- a/styles/home.css
+++ b/styles/home.css
@@ -94,35 +94,34 @@ complimentary greens: 9FB553    7B8851    61761B    C6DA82  
  CCDA99
 }
 
 
-/* Right-hand sidebar */
-
-.home aside.tips h3.panel {
+/* {{{ Right-hand sidebar */
+.home aside.tips p.panel {
     margin:0.66666666666667em 0;
 }
 
-.home aside.tips h3.panel a {
+.home aside.tips p.panel a {
     background:#f0f0f0;
     color:#333;
     border:1px solid #e3e3e3;
     border-bottom-color:#d6d6d6;
     border-radius:2px;
     display: block;
-    padding: .625em 0.88888888888889em;
+    padding: .75em 1em;
 }
-.home aside.tips h3.panel a::after {
+.home aside.tips p.panel a::after {
     float:right;
     content:"ยป";
     color:#666;
 }
-.home aside.tips h3.panel a:hover,
-.home aside.tips h3.panel a:focus {
+.home aside.tips p.panel a:hover,
+.home aside.tips p.panel a:focus {
     background:#ebebf4;
     border-color:#dbdbeb;
     border-bottom-color:#cacae2;
     color:#000;
 }
-.home aside.tips h3.panel a:hover::after,
-.home aside.tips h3.panel a:focus::after {
+.home aside.tips p.panel a:hover::after,
+.home aside.tips p.panel a:focus::after {
     color:#333;
 }
 
@@ -136,6 +135,7 @@ complimentary greens: 9FB553    7B8851    61761B    C6DA82  
  CCDA99
     color:#f25050;
     border-bottom-color: #f25050;
 }
+/* }}} */
 
 .home-content #recentNewsEntries {
     position: relative;
diff --git a/views/homepage/sidebar.php b/views/homepage/sidebar.php
index 65266ee..04155f2 100644
--- a/views/homepage/sidebar.php
+++ b/views/homepage/sidebar.php
@@ -3,8 +3,8 @@
         echo $announcements;
     endif;?>
 
-    <h3 class='panel'><a href='/tips.php'>Tips and Tricks</a></h3>
-    <h3 class='panel'><a href='/conferences/'>Conferences</a></h3>
-    <h3 class='panel'><a href='/cal.php'>User Group Events</a></h3>
-    <h3 class='panel'><a href='/thanks.php'>Special Thanks</a></h3>
+    <p class='panel'><a href='/tips.php'>Tips and Tricks</a></p>
+    <p class='panel'><a href='/conferences/'>Conferences</a></p>
+    <p class='panel'><a href='/cal.php'>User Group Events</a></p>
+    <p class='panel'><a href='/thanks.php'>Special Thanks</a></p>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to