Style for SNOD company logo plugin temporarily goes here.

This commit is contained in:
Samantha Doherty 2011-06-09 20:22:18 -04:00
parent 1f1616223a
commit 87c83de623
1 changed files with 31 additions and 0 deletions

View File

@ -1903,4 +1903,35 @@ li.notice-answer + li.notice {
padding-left: 20px;
}
/* SNOD CompanyLogo styling */
#site_nav_local_views a.company_logo {
width: 138px;
padding: 0px;
font-weight: bold;
text-transform: none;
line-height: 1em;
margin-bottom: 30px;
}
#site_nav_local_views a.company_logo:hover {
background: none;
color: blue;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
.company_logo img {
max-width: 96px;
margin-bottom: 10px;
}
.company_logo span {
display: block;
}
a.company_logo:hover span {
text-decoration: underline;
}
}/*end of @media screen, projection, tv*/