diff options
author | xue <> | 2006-05-18 19:55:51 +0000 |
---|---|---|
committer | xue <> | 2006-05-18 19:55:51 +0000 |
commit | 71a9120b8fc9f8771b603d195128a623b02a6554 (patch) | |
tree | e2eeca51678b8ab15fb0f891135fb2887ffbbe8c /demos/quickstart/themes/PradoSoft/style.css | |
parent | 6fd850ae344959dff4e417d9ce8384ce209c3900 (diff) |
Added tutorial page for collections.
Diffstat (limited to 'demos/quickstart/themes/PradoSoft/style.css')
-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 {
|