summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-08-14 19:16:10 +0000
committerRich Bowen <rbowen@apache.org>2010-08-14 19:16:10 +0000
commit98bb7f9bdc9bcce28b7fc24c194e7b2c375e4964 (patch)
tree6555dfefcb0901e56b47ab86fe3857262f61e2b7
parent1830651ca94918e7b903398ec7a69a65109049e1 (diff)
downloadhttpd-98bb7f9bdc9bcce28b7fc24c194e7b2c375e4964.tar.gz
An attempt to make the notice even more pronounced. CSS help from folks
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
-rw-r--r--htdocs/manual/mod/core.html.en18
-rw-r--r--htdocs/manual/mod/header.html6
2 files changed, 15 insertions, 9 deletions
diff --git a/htdocs/manual/mod/core.html.en b/htdocs/manual/mod/core.html.en
index b0fd0ad362..18d049e733 100644
--- a/htdocs/manual/mod/core.html.en
+++ b/htdocs/manual/mod/core.html.en
@@ -217,7 +217,7 @@
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
@@ -254,7 +254,7 @@
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
@@ -359,7 +359,7 @@
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
@@ -402,7 +402,7 @@
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
@@ -444,7 +444,7 @@
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>
@@ -489,7 +489,7 @@
<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
@@ -599,7 +599,7 @@
<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>
@@ -677,7 +677,7 @@
<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
@@ -715,7 +715,7 @@
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
diff --git a/htdocs/manual/mod/header.html b/htdocs/manual/mod/header.html
index ed313a021f..5077479bf0 100644
--- a/htdocs/manual/mod/header.html
+++ b/htdocs/manual/mod/header.html
@@ -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">