Browse Source

Fix it in a way that doesn't break anything!

master
Chris Smith 12 years ago
parent
commit
624eac15a7
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      index.html

+ 1
- 2
index.html View File

@@ -212,14 +212,13 @@
212 212
    }
213 213
 
214 214
    #mapcontainer {
215
-    z-index: -1;
216 215
     position: relative;
217 216
     width: 1024px;
218 217
     height: 1024px;
219 218
     margin-left: 221px;
220 219
    }
221 220
 
222
-   .tower, .core { width: 40px; height: 40px; }
221
+   .tower, .core { width: 40px; height: 40px; z-index: 100; }
223 222
   </style>
224 223
  </head>
225 224
  <body>

Loading…
Cancel
Save