diff options
author | xue <> | 2005-12-29 23:28:17 +0000 |
---|---|---|
committer | xue <> | 2005-12-29 23:28:17 +0000 |
commit | cdfe42047b3988152afaff124b0f9e8b34ab7f13 (patch) | |
tree | 154432d0e406eca860bbb4ff707f01cb85d18a9c /demos/quickstart/themes/Simple/style.css | |
parent | 03ab650909c67a34b322d7f9f72f44201efac613 (diff) |
Implemented broadcast event mechanism.
Diffstat (limited to 'demos/quickstart/themes/Simple/style.css')
-rw-r--r-- | demos/quickstart/themes/Simple/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/quickstart/themes/Simple/style.css b/demos/quickstart/themes/Simple/style.css index 406384d3..31fb71f4 100644 --- a/demos/quickstart/themes/Simple/style.css +++ b/demos/quickstart/themes/Simple/style.css @@ -163,9 +163,10 @@ tt { }
.samplepanel {
- margin: 10px;
+ margin: 0px;
border: 1px solid silver;
padding: 10px;
+ margin-bottom:10px;
}
.sampletitle {
|