Set logos image link border to zero.

Closes #3491
This commit is contained in:
Serghei Mihai 2013-08-26 15:14:31 +02:00
parent 0ed549e3b4
commit 8e5cf06317
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ div#top h1 a {
text-shadow: #6374AB 0px 0px 3px;
}
div#top a img {
border: 0;
}
div#main-content-wrapper {
position: relative;
z-index: 100;