Commit:    96c3d1b6a150da44fec92d071bea7b6c6c61da09
Author:    Paul Dragoonis <[email protected]>         Mon, 27 Dec 2010 
12:39:15 +0000
Parents:   8c1cab01de579c5aeed52a868e1faca9ac07097b
Branches:  master

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

Log:
Changed the layout on the new phpweb design. Work on the tipbox and structure 
margins/paddings

Changed paths:
  M  styles/structure.css


Diff:
diff --git a/styles/structure.css b/styles/structure.css
index ce5c83b..69c5ff4 100644
--- a/styles/structure.css
+++ b/styles/structure.css
@@ -128,7 +128,7 @@ h1 {
 }
 
 #layout {
-    padding: 25px 10px;
+    padding: 25px 150px 25px 10px;
     max-width: 1400px;
     min-width: 600px;
     margin: 0 auto;
@@ -161,7 +161,7 @@ h1 {
 }
 
 .layout-content {
-    margin-left: 190px;
+    margin-left: 175px;
 }
 
 footer .footmenu {
@@ -212,3 +212,15 @@ footer .footmenu li {
     line-height: 16px;
     overflow: hidden;
 }
+
+
+#leftbar {
+    padding-left: 12px;
+    padding-bottom: 12px;
+    padding-right: 12px;
+    float: right;
+    margin-left: 20px;
+    margin-bottom: 20px;
+    border: 1px solid  #C3ADD9;
+    width: 294px;
+}


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

Reply via email to