announcement for SOTM to site on front page

This commit is contained in:
Nick Black 2007-06-08 09:21:36 +00:00
parent 8b240b982b
commit 1c4c93b2c3
2 changed files with 55 additions and 0 deletions

View file

@ -477,4 +477,49 @@ input {
#map p#highlightinfo p, #popup p {
margin : 0;
padding : 2px;
}
/**State of the Map */
#sotminfo {
background: #9999FF;
font-size: 11px;
margin: 0px;
padding: 0px;
border: 1px solid #ccc;
left: 0px;
line-height: 1.2em;
text-align: Left;
font-weight: normal;
}
#left_menu a {
color: #000000;
text-decoration: none;
}
#messages {
border: 1px solid #ccc;
}
#left_menu a:visited {
color: #000000;
text-decoration: underline;
}
#left_menu a:active {
color: #000000;
text-decoration: underline;
}
#left_menu a:link {
color: #000000;
text-decoration: underline;
}
#left_menu a:hover {
color: #000000;
text-decoration: underline;
}