DevHeads.net

com web/php: Fixed a purple border that got missed in the purple eradication.: styles/home.css

Link: <a href="http://git.php.net/?p=web/php.git;a=commitdiff;h=aba06939b487f3bdc13697cfb19b63acd71a7b9b" title="http://git.php.net/?p=web/php.git;a=commitdiff;h=aba06939b487f3bdc13697cfb19b63acd71a7b9b">http://git.php.net/?p=web/php.git;a=commitdiff;h=aba06939b487f3bdc13697c...</a>

Log:
Fixed a purple border that got missed in the purple eradication.

Changed paths:
M styles/home.css

Diff:
diff --git a/styles/home.css b/styles/home.css
index 444d33f..73cb550 100644
--- a/styles/home.css
+++ b/styles/home.css
@@ -294,7 +294,7 @@ div.home-sidebar {
}

div.home-sidebar h2 {
- border-bottom: 6px solid #c3add9;
+ border-bottom: 6px solid #99c;
font-size: 1.5em;
line-height: 100%;
padding: 5px 0 5px 0;

Comments

Re: com web/php: Fixed a purple border that got

By Peter Cowburn at 06/11/2012 - 15:52

On 11 June 2012 20:39, Levi Morrison < ... at php dot net> wrote:
This doesn't catch all of the old purple, there are at least two other
places in this file.