Changeset 535 for trunk/london.npemap.org.uk
- Timestamp:
- Apr 29, 2007, 7:32:47 PM (14 years ago)
- Location:
- trunk/london.npemap.org.uk
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/london.npemap.org.uk/default.css
r533 r535 4 4 } 5 5 6 div#map {7 text-align: center;8 }9 10 6 div#api { 11 7 margin-left: 1em; … … 27 23 28 24 div.mid-col { 29 width: 33%;25 width: 55%; 30 26 float: left; 27 text-align: center; 28 margin-top: 0.5em; 31 29 margin-left: 1%; 32 30 margin-right: 1%; 33 31 } 32 34 33 div.left-col { 35 width: 2 5%;34 width: 20%; 36 35 float: left; 37 36 margin: 0.5em 0 0 0 ; … … 40 39 padding: 0 0 0.5em 0.5em ; 41 40 font-family: sans-serif; 42 font-size: 75%;41 font-size: 115%; 43 42 } 44 43 45 44 div.right-col { 46 width: 30%;45 width: 20%; 47 46 float: right; 48 47 margin-right: 1%; … … 52 51 border: 1px solid black; 53 52 text-align: center; 53 font-size: 115%; 54 54 } 55 55 -
trunk/london.npemap.org.uk/inc/header-postbody.shtml
r533 r535 7 7 <ul> 8 8 <li><a href="/">Home</a></li> 9 <li><a href=" /news/">News</a></li>9 <li><a href="http://npemap.org.uk/news/">News</a></li> 10 10 <li><a href="/FAQ.html">FAQ</a></li> 11 11 </ul> -
trunk/london.npemap.org.uk/index.html
r533 r535 10 10 11 11 <div id="body"> 12 <div id="top_description">12 <div class="left-col"> 13 13 On this site, you can view a 1956 14 14 <a href="http://www.a-zmaps.co.uk/">Geographers' Map Company</a> map of 15 London. Simply click on the map belowto get started.15 London. Simply click on the map to the right to get started. 16 16 </div> 17 17 18 <noscript> 19 This site requires javascript 20 </noscript> 18 <div class="right-col"> 19 <ul> 20 <li>Questions? <a href="FAQ.html">FAQ</a></li> 21 <li>Problems? <a href="reportBug.html">Tell us</a></li> 22 </ul> 23 </div> 21 24 22 <div id="map"> 25 <div class="mid-col"> 26 <noscript> 27 This site requires javascript 28 </noscript> 29 30 <div id="map"> 23 31 <img src="/thumbnail.jpg" alt="Map of London" id="link" /> 24 32 <br /> 25 <i>This map is reproduced by kind permission of the Geographers' A-Z Map 26 Company.</i> 33 <i>These maps are reproduced by kind permission of the Geographers' A-Z Map 34 Company, and are still in <a href="/FAQ.html#licence">copyright</a>.</i> 35 </div> 27 36 </div> 28 37 -
trunk/london.npemap.org.uk/tiles.html
r533 r535 117 117 </div> 118 118 <div id="copyright"> 119 <i>This map is reproduced by kind permission of the Geographers' A-Z Map Company .</i>119 <i>This map is reproduced by kind permission of the Geographers' A-Z Map Company, and is still in <a href="/FAQ.html#licence">copyright</a>.</i> 120 120 </div> 121 121
Note: See TracChangeset
for help on using the changeset viewer.