XSLTools

Change of examples/Common/PEP241/Resources/styles/styles.css

89:7f85d5ca7740
examples/Common/PEP241/Resources/styles/styles.css
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/examples/Common/PEP241/Resources/styles/styles.css	Thu Jul 14 22:54:26 2005 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +BODY {
     1.5 +background-color: white;
     1.6 +}
     1.7 +
     1.8 +.heading {
     1.9 +background-color: silver;
    1.10 +}
    1.11 +
    1.12 +.error {
    1.13 +color: red;
    1.14 +}