summaryrefslogtreecommitdiffstats
path: root/migration.css
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 06:08:44 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 06:08:44 +0000
commit3cbd43bfe959217a1e7b971a76ee0f396c8ca3dd (patch)
treef243aa3e31b875453ff2a216b010cabfa6b16724 /migration.css
parente91b33a9114660e244c38e272a78995175e580e5 (diff)
downloadhttpd-3cbd43bfe959217a1e7b971a76ee0f396c8ca3dd.tar.gz
httpd-3cbd43bfe959217a1e7b971a76ee0f396c8ca3dd.tar.xz
httpd-3cbd43bfe959217a1e7b971a76ee0f396c8ca3dd.zip
auto-import changelog data from httpd-2.0.36-7.src.rpmhttpd-2_0_36-7
Wed Jul 10 2002 Joe Orton <jorton@redhat.com> 2.0.36-7 - use /sbin/nologin as shell for apache user (#68371) - add patch from CVS to fix possible infinite loop when processing internal redirects Wed Jun 26 2002 Gary Benson <gbenson@redhat.com> 2.0.36-6 - modify init script to detect 1.3.x httpd.conf's and direct users to the migration guide Tue Jun 25 2002 Gary Benson <gbenson@redhat.com> 2.0.36-5 - patch apachectl to detect 1.3.x httpd.conf's and direct users to the migration guide - ship the migration guide Fri Jun 21 2002 Joe Orton <jorton@redhat.com> - move /etc/httpd2 back to /etc/httpd - add noindex.html page and poweredby logo; tweak default config to load noindex.html if no default "/" page is present. - add patch to prevent mutex errors on graceful restart Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.0.36-4 - automated rebuild Wed Jun 12 2002 Joe Orton <jorton@redhat.com> 2.0.36-3 - add patch to fix SSL mutex handling Wed Jun 12 2002 Joe Orton <jorton@redhat.com> 2.0.36-2 - improved config directory patch Mon May 20 2002 Joe Orton <jorton@redhat.com> - initial build; based heavily on apache.spec and mod_ssl.spec - fixes: #65214, #58490, #57376, #61265, #65518, #58177, #57245
Diffstat (limited to 'migration.css')
-rw-r--r--migration.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/migration.css b/migration.css
new file mode 100644
index 0000000..5d6aff8
--- /dev/null
+++ b/migration.css
@@ -0,0 +1,18 @@
+
+p { margin-left: 0.4em; margin-right: 0.4em; }
+
+pre.programlisting {
+ background-color: #dddddd;
+ margin-left: 0.6em; margin-right: 1em;
+ padding: 0.3em; width: 50em;
+}
+
+h1.title { border-bottom: solid #cc3333; }
+
+div.toc {
+ border-right: thin solid #cc3333;
+ }
+
+h2 { border-top: thin solid #cc3333;
+ padding-top: 1em; }
+