diff options
author | wei <> | 2007-05-07 04:17:37 +0000 |
---|---|---|
committer | wei <> | 2007-05-07 04:17:37 +0000 |
commit | eab6bb13b9efb3e1c6d725368368de4d74b00946 (patch) | |
tree | 57aa3462b6f18ad190527483e753dc148971bc63 /demos/quickstart/themes/PradoSoft | |
parent | e91ac8550a4e6dfa255874860f108935841c16f6 (diff) |
Update Active Record docs.
Diffstat (limited to 'demos/quickstart/themes/PradoSoft')
-rw-r--r-- | demos/quickstart/themes/PradoSoft/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index 468d1386..d7150066 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -28,15 +28,15 @@ h1, h2 }
h1 {
- font-size:13pt;
+ font-size:14pt;
}
h2 {
- font-size:12pt;
+ font-size:13pt;
}
h3 {
- font-size:10pt;
+ font-size:12pt;
font-weight:bold;
}
|