]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
An attempt to make the notice even more pronounced. CSS help from folks
authorRich Bowen <rbowen@apache.org>
Sat, 14 Aug 2010 19:16:10 +0000 (19:16 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 14 Aug 2010 19:16:10 +0000 (19:16 +0000)
witha clue always appreciated.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@985569 13f79535-47bb-0310-9956-ffa450edef68

htdocs/manual/mod/core.html.en
htdocs/manual/mod/header.html

index b0fd0ad362873d21d7859284d4b5f1f2bb042d46..18d049e733b6523d7fcfe60c96a4279fd9c37109 100644 (file)
     rel="Help"><strong>Compatibility:</strong></a> AcceptFilter is
     available in Apache 1.3.22 and later
 
-    <P><strong>Current documentation for this directive may be found <a
+    <P class="currentdocs"><strong>Current documentation for this directive may be found <a
     href="http://httpd.apache.org/docs/current/mod/core.html#acceptfilter">here</a></strong></p>
  
     <p><code>AcceptFilter</code> controls a BSD specific filter
     rel="Help"><strong>Compatibility:</strong></a> AcceptMutex is 
     available in Apache 1.3.21 and later.
 
-    <P><strong>Current documentation for this directive may be found <a
+    <P class="currentdocs"><strong>Current documentation for this directive may be found <a
     href="http://httpd.apache.org/docs/current/mod/core.html#acceptmutex">here</a></strong></p>
 
     <p><code>AcceptMutex</code> controls which accept() mutex
     rel="Help"><strong>Compatibility:</strong></a> AccessFileName
     can accept more than one filename only in Apache 1.3 and later 
 
-    <P><strong>Current documentation for this directive may be found <a
+    <P class="currentdocs"><strong>Current documentation for this directive may be found <a
     href="http://httpd.apache.org/docs/current/mod/core.html#accessfilename">here</a></strong></p>
  
     <p>When returning a document to the client the server looks for
     rel="Help"><strong>Compatibility:</strong></a>
     AddDefaultCharset is only available in Apache 1.3.12 and later 
 
-    <P><strong>Current documentation for this directive may be found <a
+    <P class="currentdocs"><strong>Current documentation for this directive may be found <a
     href="http://httpd.apache.org/docs/current/mod/core.html#adddefaultcharset">here</a></strong></p>
  
     <p>This directive specifies the name of the character set that
     rel="Help"><strong>Compatibility:</strong></a> AddModule is
     only available in Apache 1.2 and later 
 
-    <P><strong>This directive has been removed in current versions of
+    <P class="currentdocs"><strong>This directive has been removed in current versions of
     the server. See <a
     href="http://httpd.apache.org/docs/current/mod/core.html#loadmodule">LoadModule</a></strong</p>
 
      <a href="directive-dict.html#Status"
     rel="Help"><strong>Status:</strong></a> core 
 
-    <P><strong>Current documentation for this directive may be found <a
+    <P class="currentdocs"><strong>Current documentation for this directive may be found <a
     href="http://httpd.apache.org/docs/current/mod/core.html#allowoverride">here</a></strong></p>
  
     <p>When the server finds an .htaccess file (as specified by <a
      <a href="directive-dict.html#Status"
     rel="Help"><strong>Status:</strong></a> core 
 
-    <P><strong>Current documentation for this directive may be found <a
+    <P class="currentdocs"><strong>Current documentation for this directive may be found <a
     href="http://httpd.apache.org/docs/current/mod/core.html#authname">here</a>. See
     <a href="http://httpd.apache.org/docs/current/howto/auth.html">the
     authentication howto</a> for more details.</strong></p>
      <a href="directive-dict.html#Status"
     rel="Help"><strong>Status:</strong></a> core 
 
-    <P><strong>Current documentation for this directive may be found <a
+    <P class="currentdocs"><strong>Current documentation for this directive may be found <a
     href="http://httpd.apache.org/docs/current/mod/core.html#authtype">here</a></strong></p>
  
     <p>This directive selects the type of user authentication for a
     rel="Help"><strong>Compatibility:</strong></a> BindAddress is
     deprecated and will be eliminated in Apache 2.0.
 
-    <p><strong>This directive no longer exists in current versions of
+    <p class="currentdocs"><strong>This directive no longer exists in current versions of
     the server. See the <a
     href="http://httpd.apache.org/docs/current/mod/core.html#listen">Listen</a>
     and <a
index ed313a021fb85f41abd15e4391a2065535eab179..5077479bf0bbe99a6a486f3e8308231a0cd8bc40 100644 (file)
@@ -8,6 +8,12 @@
   line-height: 1.4em;
   background: #f99 url(../images/warning.png) no-repeat 0px 0px;
 }
+
+.currentdocs
+{
+    background: #f99;
+}
+
 </style>
 
     <div align="CENTER">