Commit:    c3cbf4ad265737147eb5babd04783a3a5c5a83db
Author:    Paul Dragoonis <[email protected]>         Sat, 8 Jan 2011 
18:50:21 +0000
Parents:   d43dbfa48839a9eac500936301127c13162a3170
Branches:  master

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

Log:
fixing whitespace issues, no more! configured my IDE properly

Changed paths:
  M  styles/home.css


Diff:
diff --git a/styles/home.css b/styles/home.css
index 9fb3ad6..84ecbb1 100644
--- a/styles/home.css
+++ b/styles/home.css
@@ -1,6 +1,6 @@
 /* Home Page
 
-complimentary greens: 9FB553   7B8851  61761B  C6DA82  CCDA99
+complimentary greens: 9FB553    7B8851    61761B    C6DA82    CCDA99
 
 */
 
@@ -46,9 +46,9 @@ complimentary greens: 9FB553  7B8851  61761B  C6DA82  CCDA99
    and that doesn't apply here on the downloads area
 */
 #mega-drop-down div.download ul {
-       float: none !important;
-       width: auto !important;
-       padding: 0 !important;
+    float: none !important;
+    width: auto !important;
+    padding: 0 !important;
 }
 
 #mega-drop-down div.download li:first-child {
@@ -76,8 +76,8 @@ complimentary greens: 9FB553  7B8851  61761B  C6DA82  CCDA99
 }
 
 #mega-drop-down div.download a {
-       padding-top: 0;
-       padding-left: 0;
+    padding-top: 0;
+    padding-left: 0;
     display: block;
     clear: right;
     font-size: 1.0em;
@@ -89,8 +89,8 @@ complimentary greens: 9FB553  7B8851  61761B  C6DA82  CCDA99
 }
 
 #mega-drop-down div.download li.windows a:first-child {
-       font-size: 1.5em;
-       color: #FFF;
+    font-size: 1.5em;
+    color: #FFF;   
 }
 
 #head-beta-warning {


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

Reply via email to