Commit:    ecf22574ce96ee76aa44b2270526e7eeacb41331
Author:    Levi Morrison <[email protected]>         Sun, 15 Dec 2013 16:28:01 -0700
Parents:   0a10a068c14eba4b85816f4fd5f59103ad34c596
Branches:  master

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

Log:
Tighten up some box shadows that are meant to be borders.

Changed paths:
  M  styles/theme-medium.css


Diff:
diff --git a/styles/theme-medium.css b/styles/theme-medium.css
index 7b833c2..2bfd786 100755
--- a/styles/theme-medium.css
+++ b/styles/theme-medium.css
@@ -116,8 +116,8 @@ h1.refname {
   border-color:#C6C6E2;
   border-top-color:#669;
   box-shadow:
-    inset 2px 0 2px -2px #C6C6E2,
-    inset -2px 0 2px -2px #C6C6E2
+    inset 1px 0 1px -1px #C6C6E2,
+    inset -1px 0 1px -1px #C6C6E2
 }
 
 .methodname b,
@@ -230,8 +230,8 @@ div.warning:before {
   background-color: #F2F2F2;
   border-color: #CCC;
   box-shadow:
-    inset 2px 0 2px -2px #CCC,
-    inset -2px 0 2px -2px #CCC;
+    inset 1px 0 1px -1px #CCC,
+    inset -1px 0 1px -1px #CCC;
 }
 #usernotes .note .votes .tally {
   color: #262626;


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

Reply via email to