1.1 --- a/examples/Common/Questionnaire/Resources/question_template.xhtml Thu Jul 14 22:54:38 2005 +0000
1.2 +++ b/examples/Common/Questionnaire/Resources/question_template.xhtml Thu Jul 14 22:54:44 2005 +0000
1.3 @@ -6,7 +6,7 @@
1.4 <head>
1.5 <title>Questionnaire Editor</title>
1.6 <meta name="generator" content="amaya 8.1a, see http://www.w3.org/Amaya/" />
1.7 - <link xmlns:xlink="http://www.w3.org/1999/xlink" href="styles.css"
1.8 + <link xmlns:xlink="http://www.w3.org/1999/xlink" href="styles/styles.css"
1.9 rel="stylesheet" type="text/css" />
1.10 </head>
1.11
2.1 --- a/examples/Common/Questionnaire/Resources/styles.css Thu Jul 14 22:54:38 2005 +0000
2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
2.3 @@ -1,22 +0,0 @@
2.4 -table.questionnaire td, table.questionnaire th {
2.5 - padding: 5px;
2.6 - margin: 0px;
2.7 -}
2.8 -
2.9 -.question, .question-options {
2.10 - background-color: #ffffff;
2.11 - color: #000000;
2.12 - vertical-align: top;
2.13 -}
2.14 -
2.15 -.response, .response-options {
2.16 - background-color: #eeeeee;
2.17 - color: #000000;
2.18 - vertical-align: top;
2.19 -}
2.20 -
2.21 -.choice, .choice-options {
2.22 - background-color: #dddddd;
2.23 - color: #000000;
2.24 - vertical-align: top;
2.25 -}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
3.2 +++ b/examples/Common/Questionnaire/Resources/styles/styles.css Thu Jul 14 22:54:44 2005 +0000
3.3 @@ -0,0 +1,22 @@
3.4 +table.questionnaire td, table.questionnaire th {
3.5 + padding: 5px;
3.6 + margin: 0px;
3.7 +}
3.8 +
3.9 +.question, .question-options {
3.10 + background-color: #ffffff;
3.11 + color: #000000;
3.12 + vertical-align: top;
3.13 +}
3.14 +
3.15 +.response, .response-options {
3.16 + background-color: #eeeeee;
3.17 + color: #000000;
3.18 + vertical-align: top;
3.19 +}
3.20 +
3.21 +.choice, .choice-options {
3.22 + background-color: #dddddd;
3.23 + color: #000000;
3.24 + vertical-align: top;
3.25 +}