Changeset 38
- Timestamp:
 - Jan 27, 2009, 10:47:34 PM (17 years ago)
 - Location:
 - trunk/src
 - Files:
 - 
          
- 4 edited
 
- 
          grails-app/views/layouts/main.gsp (modified) (1 diff)
 - 
          grails-app/views/layouts/public.gsp (modified) (1 diff)
 - 
          web-app/css/main.css (modified) (1 diff)
 - 
          web-app/css/public.css (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/src/grails-app/views/layouts/main.gsp
r36 r38 20 20 <g:layoutBody /> 21 21 </div> 22 <div id="bottom"> 23 </div> 22 24 </div> 23 25 </body>  - 
        
trunk/src/grails-app/views/layouts/public.gsp
r36 r38 17 17 /></div> 18 18 <g:layoutBody /> 19 <div id="bottom"> 20 </div> 19 21 </div> 20 22 </div>  - 
        
trunk/src/web-app/css/main.css
r37 r38 279 279 padding-left: 28px; 280 280 } 281 282 #bottom { 283 background: url("../images/bottomBg.png") no-repeat scroll center; 284 width: 1020px; 285 height: 100px; 286 }  - 
        
trunk/src/web-app/css/public.css
r37 r38 299 299 padding-left: 28px; 300 300 } 301 302 #bottom { 303 background: url("../images/bottomBg.png") no-repeat scroll center; 304 width: 1020px; 305 height: 100px; 306 }  
Note: See TracChangeset
          for help on using the changeset viewer.
      