aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/css.rb
diff options
context:
space:
mode:
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;