Changeset 12327

Show
Ignore:
Timestamp:
02/09/08 08:33:17 (11 months ago)
Author:
itorrey
Message:

removing incorrect paths to images in css for doh running. fixes #5808

Files:
1 modified
2 moved

Legend:

Unmodified
Added
Removed
  • util/trunk/doh/runner.html

    r9775 r12327  
    110110 
    111111                        #progressOuter { 
    112                                 background:#e9e9e9 url("http://svn.dojotoolkit.org/dojo/dijit/trunk/themes/tundra/dojoTundraGradientBg.png") repeat-x 0 0; 
     112                                background:#e9e9e9 url("http://svn.dojotoolkit.org/dojo/dijit/trunk/themes/tundra/images/dojoTundraGradientBg.png") repeat-x 0 0; 
    113113                                /* 
    114114                                border-color: #e8e8e8; 
     
    117117 
    118118                        #progressInner { 
    119                                 background: blue url("http://svn.dojotoolkit.org/dojo/dijit/trunk/themes/tundra/bar.gif") repeat-x 0 0; 
     119                                background: blue; 
    120120                                width: 0%; 
    121121                                position: relative;