Commit:    c4b858fba2c7ad8787dc87592bc8918e60ce1e95
Author:    Levi Morrison <[email protected]>         Fri, 4 Apr 2014 17:02:14 -0600
Parents:   0564bc9d0d3e5f08d53342211bb54e950cc8a185
Branches:  master

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

Log:
Adjusting widths; hopefully last time.

Changed paths:
  M  styles/defaults.css
  M  styles/wiki.css


Diff:
diff --git a/styles/defaults.css b/styles/defaults.css
index 91001d9..cd8e4e7 100644
--- a/styles/defaults.css
+++ b/styles/defaults.css
@@ -326,15 +326,16 @@ th {
 
 @media (min-width: 1020px) {
   .fullscreen {
-    max-width: 85rem;
+    /* width should be evenly divisible by 4rem */
+    max-width: 96rem;
     margin: 0 auto;
   }
   .mainscreen {
-    width: 72.3627%;
+    width: 73.4375%;
     float:left;
   }
   .secondscreen {
-    width: 27.6373%;
+    width: 26.5625%;
     float:left;
   }
   .secondscreen h1,
diff --git a/styles/wiki.css b/styles/wiki.css
index ae8c9bd..a0409c1 100644
--- a/styles/wiki.css
+++ b/styles/wiki.css
@@ -122,6 +122,7 @@ body {
   border-bottom:0;
   padding:.75rem 1.5rem .5rem;
   position:relative;
+  border-radius:0;
 }
 #dw__toc > h3 > strong {
   position: absolute;


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

Reply via email to