- Timestamp:
- 10/15/09 13:46:36 (3 years ago)
- Location:
- sample/trunk/mapfishsample/public
- Files:
-
- 1 added
- 2 modified
-
base.css (modified) (2 diffs)
-
index.html (modified) (1 diff)
-
mapfish_orange.png (added)
Legend:
- Unmodified
- Added
- Removed
-
sample/trunk/mapfishsample/public/base.css
r358 r3137 25 25 } 26 26 27 h1 { 28 color: #FF5C00; 29 } 30 27 31 h2 { 28 color: # 720000;32 color: #FF5C00; 29 33 } 30 34 … … 33 37 height: 74px; 34 38 margin: 0 40px; 39 padding-bottom:5px; 40 padding-left:5px; 41 padding-right:5px; 42 padding-top:5px; 35 43 } 36 44 -
sample/trunk/mapfishsample/public/index.html
r3075 r3137 6 6 </head> 7 7 <body> 8 <div id="header"><a href=""><img id="header-logo" src="mapfish.png"/></a></div> 9 <h1 class="page-title">MapFish Samples</h1> 8 <div id="header"><a href=""><img id="header-logo" src="mapfish_orange.png"/></a></div> 10 9 11 10 <div id="content"> 11 <h1>MapFish Samples</h1> 12 A gallery of real applications can be found <a href="http://trac.mapfish.org/trac/mapfish/wiki/Users">here</a> 12 13 <h2>Demos</h2> 13 14 <a href="demos/">Demos page</a>
