diff options
author | xue <> | 2006-05-18 21:26:25 +0000 |
---|---|---|
committer | xue <> | 2006-05-18 21:26:25 +0000 |
commit | 1cd5380675aab9a2884845b6630091be2e857f69 (patch) | |
tree | 31b4a1c97b769cb1505b1ec0706fe3f2dee9e715 /demos/quickstart/themes | |
parent | 4945d1fb9856d92ab4dd9a0f65a11928f65f9b28 (diff) |
Merge from 3.0 branch till 1082.
Diffstat (limited to 'demos/quickstart/themes')
-rw-r--r-- | demos/quickstart/themes/PradoSoft/style.css | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index 3bf73c80..0fed7813 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -90,7 +90,7 @@ a #toc {
background-color: #F3F3F3;
- width:200px;
+ width:220px;
padding:0px 10px 0px 10px;
}
@@ -138,18 +138,15 @@ a {
list-style: none;
margin: 0px;
- padding: 0px;
+ padding: 5px;
+ padding-left: 15px;
+ border-bottom: 1px dotted #D8D8D8;
}
.topic a {
- display: block;
color:#4F811A;
- padding: 5px;
- padding-left: 20px;
- height: 12px;
font-size: 8pt;
text-decoration: none;
- border-bottom: 1px dotted #D8D8D8;
}
.topic a:hover {
|