Skip to content

Commit 8b935c0

Browse files
committed
Update image paths in styles.css for consistency and improved resource loading
1 parent 4ba46b4 commit 8b935c0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

treebase-web/src/main/webapp/styles/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ dt { font-weight: bold }
227227
padding-bottom: 0px;
228228
padding-left: 3%;
229229
list-style: none;
230-
background: #003366 url(../img/nav_bg.gif) repeat-x left bottom;
230+
background: #003366 url("../images/nav_bg.gif") repeat-x left bottom;
231231
width: 97%;
232232
}
233233

@@ -246,7 +246,7 @@ dt { font-weight: bold }
246246
color: #333;
247247
text-decoration: none;
248248
border-bottom: 1px none #3863A4;
249-
background: #BED1E5 url(../img/off_bg.gif) repeat-x left top;
249+
background: #BED1E5 url("../images/off_bg.gif") repeat-x left top;
250250
border-top: 1px solid #3863A4;
251251
border-right: 1px solid #3863A4;
252252
border-left: 1px solid #3863A4;
@@ -273,7 +273,7 @@ body#s-treeTop #st-treeTop a
273273
border-color: #3863A4;
274274
border-bottom: 1px none #3863A4;
275275
text-decoration: none;
276-
background: #fff url(../img/on_bg.gif) repeat-x top left;
276+
background: #fff url("../images/on_bg.gif") repeat-x top left;
277277
}
278278

279279
/* "#s-*": Tabbed navigation in search area 20081121 mjd@genomics.upenn.edu */
@@ -290,7 +290,7 @@ body#s-treeTop #st-treeTop a
290290
padding: 4px 8px;
291291
color: #333;
292292
text-decoration: none;
293-
background: #ffffff url(../img/off_bg.gif) repeat-x center center;
293+
background: #ffffff url("../images/off_bg.gif") repeat-x center center;
294294
border-top: 1px solid #3863A4;
295295
border-right: 1px solid #3863A4;
296296
border-left: 1px solid #3863A4;

0 commit comments

Comments
 (0)