UI update for map with sector selector
[browser-rts.git] / public / stylesheet.css
index 4541f8e146ffbf10156998310eacaea568f99b1e..609d28ea7868673fa0e7d6c457509f4013e1dd37 100644 (file)
@@ -1,6 +1,3 @@
-#home form > div {
-    line-height: 3rem;
-}
 
 table form {
     margin-bottom: 0;
@@ -15,29 +12,6 @@ table form input {
     color: #fff;
     width: 100%;
 }
-
-#overworld-map td {
-    overflow: hidden;
-    padding: 0;
-}
-
-#overworld-map td div {
-    width: 5px;
-    height: 8px;
-    overflow: hidden;
-}
-
-#overworld-map td div.city {
-    cursor: pointer;
-}
-
-#overworld-map td div.city.yours {
-    background-color: #eee;
-}
-#overworld-map td div.city.others {
-    background-color: #a00;
-}
-
 .unread td{
     background-color: #373737;
-}
\ No newline at end of file
+}