Changeset 7675 for trunk/src_map
- Timestamp:
- Apr 2, 2010, 2:30:41 PM (15 years ago)
- Location:
- trunk/src_map
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src_map/index.php
r7673 r7675 15 15 </div> 16 16 <div id="infowrapper"> 17 <div id="infotop"></div> 18 <div id="infobottom"></div> 17 <!-- Top information space --> 18 <div id="infotop"> 19 <div id="nodeinfo"> 20 <h1>Nodenaam</h1> 21 <h2> 22 Locatie: Oude Adeweg Leiderdorp <br/> 23 Meer info: <br/> 24 >>>>>>: <br/> 25 >>>>>>: <br/> 26 >>>>>>: <br/> 27 >>>>>>: <br/> 28 </h2> 29 </div> 30 <div id="timestamp"> 31 Laatste update: 15:42 <br/> 32 Do 25 maart 33 </div> 34 </div> 35 36 <!-- Bottom information space --> 37 <div id="infobottom"> 38 </div> 19 39 </div> 20 40 <!-- General functions under the map --> -
trunk/src_map/style/stylesheet.css
r7674 r7675 23 23 } 24 24 25 #infotop h1 { 26 font-size: 15px; 27 margin-top: 5px; 28 } 29 30 #infotop h2 { 31 font-size: 12px; 32 margin-top: 0px; 33 } 34 35 #nodeinfo { 36 height: 205px; 37 margin-left: 5px; 38 } 39 #timestamp { 40 margin-right: 2px; 41 font-size: 12px; 42 bottom: 0px; 43 text-align: right; 44 vertical-align: bottom; 45 } 46 25 47 26 48 #infobottom { … … 38 60 } 39 61 40 td {62 #navigation td { 41 63 vertical-align: top; 42 64 color: red;
Note:
See TracChangeset
for help on using the changeset viewer.