summaryrefslogtreecommitdiff
path: root/demos/quickstart/themes
diff options
context:
space:
mode:
authorwei <>2007-02-27 23:27:14 +0000
committerwei <>2007-02-27 23:27:14 +0000
commit4c86659bc90d9134b0f901572c5417aa7d9cec18 (patch)
tree41628a361f9d787d6d906f50a7bcf04682e98907 /demos/quickstart/themes
parent61e14dd70fb045ac84caf92e688cd3b29b663f3f (diff)
Add comments for scaffold, minor changes to TActiveRecord
Diffstat (limited to 'demos/quickstart/themes')
-rw-r--r--demos/quickstart/themes/PradoSoft/style.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css
index 9c3489d6..ddfc7622 100644
--- a/demos/quickstart/themes/PradoSoft/style.css
+++ b/demos/quickstart/themes/PradoSoft/style.css
@@ -635,3 +635,26 @@ div.last-modified
{
background-image: url(comments.gif);
}
+
+
+
+.start-page
+{
+ clear: both;
+ height: 300px;
+}
+
+.start-block
+{
+ width: 230px;
+ height: 250px;
+ float: left;
+ padding: 0 15px;
+ margin-bottom: 20px;
+}
+
+.start-page .examples
+{
+ border-left: 1px solid #ccc;
+ border-right: 1px solid #ccc;
+} \ No newline at end of file