# HG changeset patch # User Tim Englich # Date 1277739134 0 # Node ID 6eea2c04b681b6f39ad94fb07d0de2e811c953d7 # Parent e2c4e9886dc342352e37b4f35b68d0b5f5fbbf80 Removed unused css and unreferenced images gnv/trunk@1233 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r e2c4e9886dc3 -r 6eea2c04b681 gnv/ChangeLog --- a/gnv/ChangeLog Mon Jun 28 15:24:44 2010 +0000 +++ b/gnv/ChangeLog Mon Jun 28 15:32:14 2010 +0000 @@ -1,3 +1,21 @@ +2010-06-28 Tim Englich + + ISSUE308 + + * src/main/webapp/styles/ol_style.css: + Removed unused CSS .title + + * src/main/webapp/images/ol/wvHeaderBG.gif: + Removed unused Image. + +2010-06-28 Tim Englich + + ISSUE311 + + * src/main/webapp/WEB-INF/jsp/includes/display_map_fullscreen_inc.jsp: + Syncronized size of the headline of fullscreen-mode of the map-client + to the size of the headline of the web-client. + 2010-06-28 Tim Englich ISSUE311 diff -r e2c4e9886dc3 -r 6eea2c04b681 gnv/src/main/webapp/images/ol/wvHeaderBG.gif Binary file gnv/src/main/webapp/images/ol/wvHeaderBG.gif has changed diff -r e2c4e9886dc3 -r 6eea2c04b681 gnv/src/main/webapp/styles/ol_style.css --- a/gnv/src/main/webapp/styles/ol_style.css Mon Jun 28 15:24:44 2010 +0000 +++ b/gnv/src/main/webapp/styles/ol_style.css Mon Jun 28 15:32:14 2010 +0000 @@ -1,11 +1,3 @@ -.title { - background-image: url("../images/ol/wvHeaderBG.gif"); - height: 50px; - color: #1E4176; - font-weight: bold; - font-family: 'Verdana, Arial, Helvetica, sans-serif'; -} - .wmcbox { width: 100%; height: 480px;