Commit:    fe49129184001403727faae99ec9e32e0526ddf1
Author:    Hannes Van De Vreken <[email protected]>         Mon, 27 
Nov 2017 21:23:54 +0100
Committer: GitHub <[email protected]>      Mon, 27 Nov 2017 21:23:54 +0100
Parents:   3b69ca8b0fe2cf2ecf51b28decf90bb6c850487c
Branches:  master

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

Log:
Fix double dotted line in sidebar

Changed paths:
  M  styles/theme-medium.css


Diff:
diff --git a/styles/theme-medium.css b/styles/theme-medium.css
index affadce..69b3788 100755
--- a/styles/theme-medium.css
+++ b/styles/theme-medium.css
@@ -414,6 +414,8 @@ aside.tips .panel > a:after,
 aside.tips .panel > span:after {
   content:" ";
   display:block;
+}
+aside.tips .panel > span:after {
   border-bottom:1px dotted #666;
 }
 aside.tips .panel > a:hover:after {


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

Reply via email to