Project

General

Profile

« Previous | Next » 

Revision 3780

Added by daigle about 16 years ago

Changes to remove ANT tokens for the turnkey install project

View differences:

knb.css
33 33
 *  import eml css:
34 34
 */
35 35

  
36
@import url(@style-common-path@/@eml-css@);
36
@import url(../../../style/common/eml_xsl.css);
37 37

  
38 38

  
39 39
/*
40 40
 *  import eml css:
41 41
 */
42 42

  
43
@import url(@knb-site-url@/portalpages.css);
43
@import url(../knb2/portalpages.css);
44 44

  
45 45

  
46 46
/**
......
153 153

  
154 154

  
155 155
.tablehead {
156
    background-image: url(@knb-site-url@/images/panelhead_bg.gif);
156
    background-image: url(../knb2/images/panelhead_bg.gif);
157 157
    color: #0040A1; 
158 158
    text-align: left;
159 159
    font-size: 14px; 
......
175 175
}
176 176

  
177 177
.tablehead_lcorner {
178
    background-image: url(@knb-site-url@/images/panelhead_bg_lcorner.gif);
178
    background-image: url(../knb2/images/panelhead_bg_lcorner.gif);
179 179
    background-position: right top;
180 180
    background-repeat: no-repeat;
181 181
    padding: 0px;
......
185 185
}    
186 186
    
187 187
.tablehead_rcorner {
188
    background-image: url(@knb-site-url@/images/panelhead_bg_rcorner.gif);
188
    background-image: url(../knb2/images/panelhead_bg_rcorner.gif);
189 189
    background-position: left top;
190 190
    background-repeat: no-repeat;
191 191
    padding: 0px;

Also available in: Unified diff