Project

General

Profile

« Previous | Next » 

Revision 1940

Added by brooke over 20 years ago

made results page table header into <th> so we can apply a different css style to eml stylesheet subheaders. added whitespace above& below section headers

View differences:

knb.css
142 142
.tablehead {
143 143
    background-image: url(@knb-site-url@/images/panelhead_bg.gif);
144 144
    color: #0040A1; 
145
	  text-align: center;
145
    text-align: left;
146 146
    font-size: 14px; 
147
    font-weight: bold; 
147
    font-weight: bold;
148
    border-top: solid #ffffff 5px;
149
    border-bottom: solid #ffffff 2px;
150
    padding-left: 15%;
151
    padding-top: 0px;
152
    padding-bottom: 0px;
153
}
154

  
155
th.tablehead {
156

  
157
    text-align: center;
158
    border: 0px;
159
    margin: 0px;
148 160
    padding: 0px;
161
    height:  21px;
149 162
}
150 163

  
151 164
.tablehead_lcorner {
152 165
    background-image: url(@knb-site-url@/images/panelhead_bg_lcorner.gif);
166
    background-position: right top;
167
    background-repeat: no-repeat;
153 168
    padding: 0px;
154 169
    margin:  0px;
155 170
    width:   10px;
......
158 173
    
159 174
.tablehead_rcorner {
160 175
    background-image: url(@knb-site-url@/images/panelhead_bg_rcorner.gif);
176
    background-position: left top;
177
    background-repeat: no-repeat;
161 178
    padding: 0px;
162 179
    margin:  0px;
163 180
    width:   10px;

Also available in: Unified diff