0

live updating hashes instead of permalinks

This commit is contained in:
Jeffrey Warren
2011-04-18 09:44:10 -04:00
committed by jywarren
parent 3eec8143dd
commit ad0e38f7bb
2 changed files with 17 additions and 18 deletions

View File

@@ -1,7 +1,14 @@
html { height: 100% }
html {
height: 100%;
font-family: lucida grande, lucida sans console, sans-serif;
}
body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; }
#mcmap { height: 100% }
#mcmap div div a img, #mcmap div div div a {
display:none;
}
.infoWindow {
height: 100px;
}
@@ -20,10 +27,10 @@ body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; }
#signControl {
padding: 5px;
height: 15px;
font-family: Arial, sans-serif;
}
#signControl > div#top {
display:none;
background-color: #fff;
border: 2px solid #000;
text-align: center;
@@ -44,7 +51,6 @@ body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; }
#link {
background-color: #fff; /* fallback */
background-color: rgba(255,255,255,0.55);
border: 1px solid rgb(0, 0, 0);
font-size: 9pt;
padding-left: 2px;
padding-right: 2px;