Commit:    14450e856f313813844e472f2815a644c17d75eb
Author:    Hannes Magnusson <[email protected]>         Thu, 21 Nov 2013 
19:03:59 -0800
Parents:   7e20350f72d68d31548df13a76e448b3cd44a2ef
Branches:  master

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

Log:
Thats a littlebit to weird to always print 'PHP manual' above all page titles

Changed paths:
  M  include/shared-manual.inc
  M  styles/theme-base.css


Diff:
diff --git a/include/shared-manual.inc b/include/shared-manual.inc
index 4e1a638..1a78b01 100644
--- a/include/shared-manual.inc
+++ b/include/shared-manual.inc
@@ -394,10 +394,6 @@ function manual_setup($setup) {
     
     $id = substr($setup['this'][0], 0, -4);
     ?>
-      <h1 class="manual-header refname">
-        <a href="<?php echo $menu[0]['link']; ?>">PHP Manual</a>
-      </h1>
-
       <div class="page-tools">
         <div class="change-language">
           <?php echo manual_language_chooser($config['lang'], 
$config['thispage']); ?>
diff --git a/styles/theme-base.css b/styles/theme-base.css
index f0f06a0..c2742ba 100755
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -2134,13 +2134,6 @@ hr {
     border-bottom:.25em solid;
 }
 
-.manual-header a:link,
-.manual-header a:visited,
-.manual-header a:active,
-.manual-header a:hover {
-    color: #669;
-    border: 0;
-}
 .page-tools {
     float: right;
     position:relative;
@@ -3280,9 +3273,6 @@ div.soft-deprecation-notice blockquote.sidebar {
     /* Prevent the breadcrumbs from wrapping around the previous link. */
     overflow: hidden;
 }
-#breadcrumbs .breadcrumbs-container li:first-child {
-    display: none;
-}
 @media (max-width:767px) {
     #breadcrumbs {
         display: none;


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

Reply via email to