diff --git a/README b/README index a7090eb..9488a4b 100644 --- a/README +++ b/README @@ -54,4 +54,6 @@ Patches and comments are welcomed - send them to john@coswellproductions.com. Visit http://harmoniouscode.coswellproductions.com/. Tell your friends. -Harmonious Code is Copyright 2008 John Bintz. \ No newline at end of file +Harmonious Code is Copyright 2008 John Bintz. Original PHP Documentation is +Copyright the PHP Documentation Group, is licensed under the Creative Commons +Attribution 3.0 License, and has been modified from its original form. \ No newline at end of file diff --git a/htdocs/index.html b/htdocs/index.html index 37a06b9..65c61e7 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -46,7 +46,12 @@
diff --git a/htdocs/style.css b/htdocs/style.css index 552cb68..50ac67c 100644 --- a/htdocs/style.css +++ b/htdocs/style.css @@ -85,7 +85,6 @@ textarea#source { div#footer { text-align: center; - font-size: 10px; color: #555; font-style: oblique; border-top: solid #555 1px; @@ -93,6 +92,10 @@ div#footer { margin-top: 5px } +div#footer p { + font-size: 10px; +} + span.ignore-code-holder { font-family: monospace }