From 4c86659bc90d9134b0f901572c5417aa7d9cec18 Mon Sep 17 00:00:00 2001
From: wei <>
Date: Tue, 27 Feb 2007 23:27:14 +0000
Subject: Add comments for scaffold, minor changes to TActiveRecord

---
 demos/quickstart/themes/PradoSoft/style.css | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

(limited to 'demos/quickstart/themes')

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
-- 
cgit v1.2.3