Commit:    14b3486d1c1490369ed14348666b86b0df01f57c
Author:    Sobak <msobaczew...@gmail.com>         Sun, 22 Mar 2015 07:38:10 
+0100
Parents:   f82c77e55d626d10c25565f33d1e6a14484540c0
Branches:  master

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

Log:
Wiki - hide header for new type of breadcrumbs

Changed paths:
  M  styles/wiki.css


Diff:
diff --git a/styles/wiki.css b/styles/wiki.css
index 354b12c..88df37f 100644
--- a/styles/wiki.css
+++ b/styles/wiki.css
@@ -971,6 +971,9 @@ ul .level1, ul .level2, ul .level3 {
   border-bottom:1px solid #CCC;
   padding: 0 1.5rem;
 }
+#breadcrumbs .bchead {
+  display: none;
+}
 #breadcrumbs ol {
   margin: 0;
   padding:0;


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

Reply via email to