Commit: 416dab1c07c4de4374f6b13fe4ca2343bf4ce759 Author: Carlos Lizaga <[email protected]> Tue, 3 Dec 2013 23:29:30 +0100 Parents: 86b5e0d1d347b89a90df1cf1a99e9ffc83067931 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=416dab1c07c4de4374f6b13fe4ca2343bf4ce759 Log: [Fixed] Typo on thanks.php and several CSS errors. Changed paths: M styles/theme-base.css M styles/theme-medium.css M styles/theme.css M thanks.php Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 614e0c2..04ba82d 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -2168,7 +2168,7 @@ hr { #usernotes h3.title { border-bottom: 0.166666667em solid; - margin-bottom: -0.166666667.em; + margin-bottom: -0.166666667em; line-height:2.666666667; } @@ -3046,7 +3046,7 @@ div.tip p { .doctable tr { border:1px solid; } -. + /* }}} */ /* {{{ lists */ diff --git a/styles/theme-medium.css b/styles/theme-medium.css index 3debef1..af6016c 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -83,7 +83,7 @@ h1.refname { .refentry .refpurpose { background-color:#F0F0F0; border-top-color: #737373; - border-bottom-color:1px solid #D6D6D6; + border-bottom:1px solid #D6D6D6; border-radius:0 0 2px 2px; box-shadow: inset 2px 0 2px -2px #D6D6D6, @@ -420,7 +420,7 @@ div.elephpants div.images { background-color: #262626; } div.elephpants img { - opacity: 0.5 + opacity: 0.5; -moz-opacity: 0.5; -webkit-opacity: 0.5; transition: all 0.25s ease-in-out; diff --git a/styles/theme.css b/styles/theme.css index 0b7121a..1737acd 100755 --- a/styles/theme.css +++ b/styles/theme.css @@ -229,7 +229,7 @@ hr { #usernotes h3.title { border-bottom: 0.166666667em solid #669; - margin-bottom: -0.166666667.em; + margin-bottom: -0.166666667em; line-height:2.666666667; color:#262626; } @@ -563,7 +563,7 @@ div.elephpants div.images { div.elephpants img { width: 75px; height: 75px; - opacity: 0.5 + opacity: 0.5; -moz-opacity: 0.5; -webkit-opacity: 0.5; transition: all 0.25s ease-in-out; diff --git a/thanks.php b/thanks.php index a169e5f..8ed38a1 100644 --- a/thanks.php +++ b/thanks.php @@ -11,7 +11,7 @@ site_header("Thanks", array("current" => "community")); <li> <a href="http://www.easydns.com/?V=698570efeb62a6e2">easyDNS</a> provides DNS services for the PHP domains. -</li< +</li> <li> <a href="http://www.directi.com/">Directi</a> provides -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
