diff options
author | xue <> | 2005-12-31 00:51:20 +0000 |
---|---|---|
committer | xue <> | 2005-12-31 00:51:20 +0000 |
commit | 21b205564dd4a6602a29b48fb314c4d3d5130ef6 (patch) | |
tree | d420f71c19ebb04dc02731e5866a74784dffd60e /demos/quickstart/themes | |
parent | 71ca767f51b53d6b162bd6fdccfb125f2dc94d35 (diff) |
Adjusted layout of sub-samples.
Diffstat (limited to 'demos/quickstart/themes')
-rw-r--r-- | demos/quickstart/themes/Simple/style.css | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/demos/quickstart/themes/Simple/style.css b/demos/quickstart/themes/Simple/style.css index 31fb71f4..c854e23a 100644 --- a/demos/quickstart/themes/Simple/style.css +++ b/demos/quickstart/themes/Simple/style.css @@ -174,4 +174,25 @@ tt { border-bottom:1px solid silver;
font-weight:bold;
margin-bottom:5px;
-}
\ No newline at end of file +}
+
+.sampletable {
+ width: 100%;
+ border-collapse: collapse;
+}
+
+.sampletable td {
+ border: 1px solid silver;
+ padding: 5px;
+ vertical-align: top;
+}
+
+td.samplenote {
+ width: 300px;
+ text-align: right;
+ background: #BFE4FF;
+}
+
+td.sampleaction {
+ background: #ffffee;
+}
|