diff options
author | wei <> | 2007-01-14 02:10:24 +0000 |
---|---|---|
committer | wei <> | 2007-01-14 02:10:24 +0000 |
commit | 45b0fe42a979d444d547a5248eb2e9e915aaf16a (patch) | |
tree | 2480dae3350e4a70949956c41984cceb8dce3efc /demos/quickstart/themes | |
parent | 898049a4012eaecd99e7a418726215e656677809 (diff) |
Add "block-content" to allow user comments on block level elements in quickstart docs.
Diffstat (limited to 'demos/quickstart/themes')
-rw-r--r-- | demos/quickstart/themes/PradoSoft/style.css | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index 82aa3dd5..dac27dde 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -1,3 +1,11 @@ +html
+{
+ background-image: url('mantisbg.jpg');
+ background-repeat: no-repeat;
+ background-position: top right;
+
+}
+
body {
font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
font-weight:normal;
@@ -5,14 +13,12 @@ body { color:black;
margin:0px 0px 0px 0px;
padding:0px;
- background-image: url('mantisbg.jpg');
- background-repeat: no-repeat;
- background-position: top right;
}
h1, h2, h3, h4
{
color: #333;
+ margin-bottom: 0;
}
h1, h2
@@ -67,7 +73,7 @@ a }
-.languages
+.languages
{
text-align: right;
margin: 0.5em 1em;
@@ -113,7 +119,6 @@ a }
#content {
- background:#fff;
padding: 1em 1em 1em 1em;
line-height: 135%;
}
@@ -563,7 +568,7 @@ div b.tip padding-right: 0.5em;
}
-img.figure
+#content img.figure, #content p img.figure
{
display: block;
margin: 1em auto;
@@ -593,4 +598,4 @@ table.tabular table.tabular td
{
padding: 0.75em;
-}
\ No newline at end of file +}
|