Changeset 29397

Show
Ignore:
Timestamp:
02/02/09 00:04:59 (4 years ago)
Author:
kiyoka
Message:

Fixed a bug in CSS generator.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/gauche/oldtype/trunk/Kahua/oldtype/oldtype/oldtype-css.kahua

    r26408 r29397  
    479479     (pre.ul1  
    480480             (margin-left "0.5em") 
    481              (background-image "url(staticimg/dot18.png)") 
     481             (background-image "url(/kahua/oldtype/staticimg/dot18.png)") 
    482482             (background-repeat "no-repeat") 
    483483             (font-size "medium") 
     
    488488     (pre.ul2  
    489489             (margin-left "2.0em") 
    490              (background-image "url(staticimg/dot14.png)") 
     490             (background-image "url(/kahua/oldtype/staticimg/dot14.png)") 
    491491             (background-repeat "no-repeat") 
    492492             (font-size "medium") 
     
    497497     (pre.ul3  
    498498             (margin-left "3.5em") 
    499              (background-image "url(staticimg/dot12.png)") 
     499             (background-image "url(/kahua/oldtype/staticimg/dot12.png)") 
    500500             (background-repeat "no-repeat") 
    501501             (font-size "medium") 
     
    506506     (pre.ol1  
    507507             (margin-left "0.5em") 
    508              (background-image "url(staticimg/triangle18.png)") 
     508             (background-image "url(/kahua/oldtype/staticimg/triangle18.png)") 
    509509             (background-repeat "no-repeat") 
    510510             (font-size "medium") 
     
    515515     (pre.ol2  
    516516             (margin-left "2.0em") 
    517              (background-image "url(staticimg/triangle14.png)") 
     517             (background-image "url(/kahua/oldtype/staticimg/triangle14.png)") 
    518518             (background-repeat "no-repeat") 
    519519             (font-size "medium") 
     
    524524     (pre.ol3  
    525525             (margin-left "3.5em") 
    526              (background-image "url(staticimg/triangle12.png)") 
     526             (background-image "url(/kahua/oldtype/staticimg/triangle12.png)") 
    527527             (background-repeat "no-repeat") 
    528528             (font-size "medium")