Changeset 19895 in main for adopters/nm/trunk/src/main/webapps/nmibis-content/xml/html_content/topic/_introduction.xml
- Timestamp:
- 02/22/20 20:20:27 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm/trunk/src/main/webapps/nmibis-content/xml/html_content/topic/_introduction.xml
r19892 r19895 39 39 .TopImageNavigation #healthstatus 40 40 { 41 background-image: url(" ../../view/image/topic/category/healthstatus-bw.jpg");41 background-image: url("<ibis:baseRequestPath/>view/image/topic/category/healthstatus-bw.jpg"); 42 42 } 43 43 .TopImageNavigation #healthcare 44 44 { 45 background-image: url(" ../../view/image/topic/category/healthcare-bw.jpg");45 background-image: url("<ibis:baseRequestPath/>view/image/topic/category/healthcare-bw.jpg"); 46 46 } 47 47 .TopImageNavigation #lifestyle 48 48 { 49 background-image: url(" ../../view/image/topic/category/lifestyle-bw.jpg");49 background-image: url("<ibis:baseRequestPath/>view/image/topic/category/lifestyle-bw.jpg"); 50 50 } 51 51 .TopImageNavigation #population 52 52 { 53 background-image: url(" ../../view/image/topic/category/population-bw.jpg");53 background-image: url("<ibis:baseRequestPath/>view/image/topic/category/population-bw.jpg"); 54 54 } 55 55 … … 58 58 { 59 59 background-color: transparent; 60 background-image: url(" ../../view/image/topic/category/healthstatus.jpg");60 background-image: url("<ibis:baseRequestPath/>view/image/topic/category/healthstatus.jpg"); 61 61 } 62 62 .TopImageNavigation #healthcare:hover, … … 64 64 { 65 65 background-color: transparent; 66 background-image: url(" ../../view/image/topic/category/healthcare.jpg");66 background-image: url("<ibis:baseRequestPath/>view/image/topic/category/healthcare.jpg"); 67 67 } 68 68 .TopImageNavigation #lifestyle:hover, … … 70 70 { 71 71 background-color: transparent; 72 background-image: url(" ../../view/image/topic/category/lifestyle.jpg");72 background-image: url("<ibis:baseRequestPath/>view/image/topic/category/lifestyle.jpg"); 73 73 } 74 74 .TopImageNavigation #population:hover, … … 76 76 { 77 77 background-color: transparent; 78 background-image: url(" ../../view/image/topic/category/population.jpg");78 background-image: url("<ibis:baseRequestPath/>view/image/topic/category/population.jpg"); 79 79 } 80 80
Note: See TracChangeset
for help on using the changeset viewer.