Changeset 228 for trunk/npemap.org.uk
- Timestamp:
- Oct 29, 2006, 5:52:53 PM (14 years ago)
- Location:
- trunk/npemap.org.uk/static/tiles
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/static/tiles/grid.css
r223 r228 119 119 background-color: #DDFF9b; 120 120 border: 1px solid black; 121 margin: 0.5em 0 0 0 ; 121 122 } 122 123 … … 135 136 margin-left: 0px; 136 137 } 138 139 div#theTitle { 140 background-color: #667f36; 141 text-align: center; 142 color: #fff; 143 border-bottom: 1px solid black 144 } 145 div#theTitle h1 { 146 margin:0; 147 padding: 0.5em 0 0 0.5em; 148 height: 1.5em; 149 font-family: sans; 150 } 151 152 div#map { 153 margin: 0.5em 0 0 0 ; 154 border: 1px solid black; 155 } 156 157 158 #movement img { 159 cursor: pointer; 160 } 161 162 -
trunk/npemap.org.uk/static/tiles/map.html
r223 r228 19 19 20 20 </script> 21 <h1 id=theTitle>New Popular Edition Maps</h1> 22 21 <div id="theTitle"> 22 <h1>New Popular Edition Maps</h1> 23 </div> 23 24 <div id="main_page"> 24 25 <div id="menu" style="float:right">
Note: See TracChangeset
for help on using the changeset viewer.