aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/css.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2008-07-22 20:03:57 -0400
committerRalph Amissah <ralph@amissah.com>2008-07-22 20:03:57 -0400
commit812a2ffaf4ff90abc6225e1dde8f4fbb6c92c2c0 (patch)
tree67efd138f4f690c75efd38d75d53e1b72c0024e2 /lib/sisu/v0/css.rb
parentUpdated sisu-0.67.5 (diff)
parentchangelog and version updated (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v0/css.rb')
-rw-r--r--lib/sisu/v0/css.rb8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/sisu/v0/css.rb b/lib/sisu/v0/css.rb
index d1798a77..cdd05528 100644
--- a/lib/sisu/v0/css.rb
+++ b/lib/sisu/v0/css.rb
@@ -581,7 +581,9 @@ WOK
color: #000077;
}
li.doc {
- background: url(../image/bullet_doc.png) no-repeat 0 0;
+ background: url(../image/bullet_09.png) no-repeat 0px 6px;
+ /* background: url(../image/bullet_doc.png) no-repeat 0 0; */
+ /* background: url(../../_sisu/image/bullet_09.png) no-repeat 0px 6px; */
padding-left: 16px;
margin-left: 10px;
margin-top: 0px;
@@ -603,6 +605,7 @@ WOK
text-align: left;
}
li.refcenter {
+ background: url(../image/bullet_09.png) no-repeat 0px 6px;
/* background: url(../image/bullet_doc.png) no-repeat 0 0; */
background: none;
padding-left: 20px;
@@ -614,7 +617,8 @@ WOK
text-align: center;
}
li.refbold {
- background: url(../image/bullet_doc.png) no-repeat 0 0;
+ background: url(../image/bullet_09.png) no-repeat 0px 6px;
+ /* background: url(../image/bullet_doc.png) no-repeat 0 0; */
/* padding-left: 0px; */
padding-left: 16px;
margin-left: 0;