Commit:    9a0e2f0bda6190c9386feb4feb604564d35c2e18
Author:    Levi Morrison <le...@php.net>         Fri, 26 Jul 2013 23:42:16 -0600
Parents:   69451a2b1c1b9294a2480fa1c65b459b022f0649
Branches:  responsive

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

Log:
Added borders to some elements for visual consistency.

Changed paths:
  M  styles/home.css
  M  styles/theme.css


Diff:
diff --git a/styles/home.css b/styles/home.css
index c1746d8..67a4ebf 100644
--- a/styles/home.css
+++ b/styles/home.css
@@ -112,12 +112,17 @@ complimentary greens: 9FB553    7B8851    61761B    
C6DA82    CCDA99
     border:0;
 }
 .home aside.tips div.inner {
-    margin:0;
+    padding:0;
     clear:none;
+    border:0;
+    background:inherit;
 }
 .home .announcements {
     display: block;
     background-color: #eeeef6;
+    border:1px solid #e6e6ee;
+    border-bottom-color:#d6d6dd;
+    border-radius: 0 0 2px 2px;
     padding: 1em;
     margin: 0;
     list-style: none;
@@ -139,9 +144,11 @@ complimentary greens: 9FB553    7B8851    61761B    C6DA82 
   CCDA99
 }
 
 .home aside.tips h3.panel a {
-    background:#eee;
+    background:#f2f2f2;
     color:#333;
-    border:0;
+    border:1px solid #e6e6e6;
+    border-bottom-color:#dcdcdc;
+    border-radius:2px;
     display: block;
     padding: .625em 0.88888888888889em;
 }
@@ -153,6 +160,8 @@ complimentary greens: 9FB553    7B8851    61761B    C6DA82  
  CCDA99
 .home aside.tips h3.panel a:hover,
 .home aside.tips h3.panel a:focus {
     background:#eeeef6;
+    border-bottom-color:#d6d6dd;
+    color:#000;
 }
 .home aside.tips h3.panel a:hover::after,
 .home aside.tips h3.panel a:focus::after {
diff --git a/styles/theme.css b/styles/theme.css
index 0fa7f25..70d70bb 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -599,27 +599,20 @@ a.genanchor:focus {
 }
 
 aside.tips {
-    background-color: #eeeef6;
-    border-bottom: .25em solid #9999CC;
-}
-
-aside.tips div.border {
-    float: left;
-    width: 33.33333333%;
     border-top: .25em solid #9999CC;
 }
 
-aside.tips div.border.second {
-    border-color: #669;
-}
-
-aside.tips div.border.third {
-    border-color: #9999CC;
+aside.tips div.border {
+    display:none;
 }
 
 aside.tips div.inner {
-    clear: both;
-    margin: .75em;
+    padding: .75em;
+    background:#eeeef6;
+    border-left:1px solid #e6e6e6;
+    border-right:1px solid #e6e6e6;
+    border-bottom:1px solid #d6d6dd;
+    border-radius: 0 0 2px 2px;
 }


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

Reply via email to