Commit:    c3333fb73e465f94941e69571cc2f086eef0cf5b
Author:    Levi Morrison <[email protected]>         Thu, 26 Sep 2013 16:50:43 -0600
Parents:   b77249465f2e46723d6162b31f9dcf197d489360
Branches:  master

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

Log:
Fixed typo in CSS declaration.

Changed paths:
  M  styles/theme-medium.css


Diff:
diff --git a/styles/theme-medium.css b/styles/theme-medium.css
index b36b81f..3ee2ef2 100755
--- a/styles/theme-medium.css
+++ b/styles/theme-medium.css
@@ -239,7 +239,7 @@ div.warning:before {
 #usernotes .note .text {
   background-color: #f2f2f2;
   border-top-color: #d9d9d9;
-  border-bottom-color #d9d9d9;
+  border-bottom-color: #d9d9d9;
   box-shadow:
     inset 2px 0 2px -2px #e0e0e0,
     inset -2px 0 2px -2px #e0e0e0;
@@ -480,4 +480,4 @@ div.elephpants img:focus {
 .newsItem .published {
   color:#333;
 }
-/* }}} */
\ No newline at end of file
+/* }}} */


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

Reply via email to