Commit:    d460abd89d9b1bf434627aa4b09f126f14f92160
Author:    Levi Morrison <le...@php.net>         Tue, 25 Jun 2013 01:52:04 -0600
Parents:   73153aedf920aff566120a64bd1f922cc93e2dd5
Branches:  master

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

Log:
Made documenation pages full-width.

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


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index 7a060de..a6610a2 100755
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -440,10 +440,10 @@ ul.chunklist_children {
     content:"\bb \20";
 }
 
-.docs #layout {
+body.docs #layout {
+    min-width:45em;
     width:auto;
-    max-width:80em;
-    padding:0 1.5em;
+    padding:0 3em 0 1.5em;
 }
 
 .docs .layout-menu ul.child-menu-list a:hover,
diff --git a/styles/theme.css b/styles/theme.css
index cc28f7d..82f1727 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -356,7 +356,6 @@ hr {
 #usernotes {
     margin: 0 0 1.5em 216px;
     position: relative;
-    max-width: 75em;
 }
 
 /* User contributed notes heading. */
@@ -653,13 +652,9 @@ aside.tips div.inner {
 
 #layout {
     width: 960px;
-    margin: 1.5em auto;
 }
-
-@media screen and (min-width: 1280px) {
-    #layout {
-        width: 75%;
-    }
+#layout {
+    margin: 1.5em auto;
 }
 
 .layout-menu {


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

Reply via email to