diff options
Diffstat (limited to 'spss.handbook')
-rw-r--r-- | spss.handbook/handbook/common/MOA.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/spss.handbook/handbook/common/MOA.css b/spss.handbook/handbook/common/MOA.css index 9938fdcda..a4efc6707 100644 --- a/spss.handbook/handbook/common/MOA.css +++ b/spss.handbook/handbook/common/MOA.css @@ -275,3 +275,18 @@ a:hover }
.remark { font-style: italic}
+
+li.faq
+{
+ margin-top: 1.5em;
+ margin-bottom: 1.5em;
+}
+
+.faq-question
+{
+ color: #000080;
+ font-size: 100%;
+ font-family: Arial, Helvetica, sans-serif;
+ font-weight: normal;
+ margin-bottom: 0.4em;
+}
|