Commit:    484c6ea0b388f9735e292e2c6d98d37e3864c1d3
Author:    Levi Morrison <[email protected]>         Thu, 3 Apr 2014 16:53:33 -0600
Parents:   4c01abb0e6e5029988b84e0bc5a516b9b1b2e0de
Branches:  master

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

Log:
Adjusting mainscreen/secondscreen width values

Changed paths:
  M  styles/defaults.css


Diff:
diff --git a/styles/defaults.css b/styles/defaults.css
index 860e784..5a4e275 100644
--- a/styles/defaults.css
+++ b/styles/defaults.css
@@ -319,11 +319,11 @@ th {
     margin: 0 auto;
   }
   .mainscreen {
-    width: 75%;
+    width: 72.3627%;
     float:left;
   }
   .secondscreen {
-    width: 25%;
+    width: 27.6373%;
     float:left;
   }
   .secondscreen h1,


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

Reply via email to