diff options
Diffstat (limited to 'spss.handbook/handbook/common')
-rw-r--r-- | spss.handbook/handbook/common/MOA.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spss.handbook/handbook/common/MOA.css b/spss.handbook/handbook/common/MOA.css index a4efc6707..81e0a3f8d 100644 --- a/spss.handbook/handbook/common/MOA.css +++ b/spss.handbook/handbook/common/MOA.css @@ -98,6 +98,14 @@ h5 font-weight: normal
}
+h6
+{
+ color: #000080;
+ font-size: 83%;
+ font-family: Arial, Helvetica, sans-serif;
+ font-weight: normal
+}
+
code
{
font-family: "Courier New", Courier, monospace;
|