diff options
author | xue <> | 2005-12-28 13:42:44 +0000 |
---|---|---|
committer | xue <> | 2005-12-28 13:42:44 +0000 |
commit | c3bdc43f1b03cbea1849beb58c28d653cc435fe0 (patch) | |
tree | 49dfec8c0e308448efc8488cd281a6793f8dad6c /demos/quickstart | |
parent | 6ea993425cc0982ecef765d4bfc6b75b7206416d (diff) |
Refactored application state persister.
Diffstat (limited to 'demos/quickstart')
-rw-r--r-- | demos/quickstart/themes/Simple/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/quickstart/themes/Simple/style.css b/demos/quickstart/themes/Simple/style.css index 1e2b880b..9b22b7bd 100644 --- a/demos/quickstart/themes/Simple/style.css +++ b/demos/quickstart/themes/Simple/style.css @@ -136,6 +136,10 @@ h3 { padding:10px;
}
+code {
+ font-family: "Courier New", Courier, mono;
+}
+
tt {
font-family: "Courier New", Courier, mono;
border-bottom: 1px dotted silver;
|