# HG changeset patch # User paulb # Date 1121381666 0 # Node ID 7f85d5ca7740da3afb9e38a0390c425bb941281a # Parent e628724985b2e94d80383e8a72ae6a2b1a716159 [project @ 2005-07-14 22:54:22 by paulb] Moved the CSS stylesheet into its own directory. diff -r e628724985b2 -r 7f85d5ca7740 examples/Common/PEP241/Resources/pep241_template.xhtml --- a/examples/Common/PEP241/Resources/pep241_template.xhtml Thu Jul 14 22:54:04 2005 +0000 +++ b/examples/Common/PEP241/Resources/pep241_template.xhtml Thu Jul 14 22:54:26 2005 +0000 @@ -6,7 +6,7 @@ PEP 241 Package Registry - @@ -49,11 +49,13 @@ Home page - Home page + Licence - Licence + Categories diff -r e628724985b2 -r 7f85d5ca7740 examples/Common/PEP241/Resources/styles.css --- a/examples/Common/PEP241/Resources/styles.css Thu Jul 14 22:54:04 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -BODY { -background-color: white; -} - -.heading { -background-color: silver; -} - -.error { -color: red; -} diff -r e628724985b2 -r 7f85d5ca7740 examples/Common/PEP241/Resources/styles/styles.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/Common/PEP241/Resources/styles/styles.css Thu Jul 14 22:54:26 2005 +0000 @@ -0,0 +1,11 @@ +BODY { +background-color: white; +} + +.heading { +background-color: silver; +} + +.error { +color: red; +}