diff options
| author | Ralph Amissah <ralph@amissah.com> | 2008-07-22 20:00:59 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2008-07-22 20:00:59 -0400 | 
| commit | d29a3e5469d8468084641c385ebf16948f7c2437 (patch) | |
| tree | 1a2306de3c5c1055dbc0374b95f31c335f5da85c /lib/sisu/v0/css.rb | |
| parent | action response query fix (diff) | |
sisu-0.68.0 proposed
* middle layer document representation changed, (accounting for substantial patch)
* texpdf multiple document sizes as specified in config
* numerous small fixes
[should on the whole be easier to maintain]
Diffstat (limited to 'lib/sisu/v0/css.rb')
| -rw-r--r-- | lib/sisu/v0/css.rb | 8 | 
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; | 
