Remove :hover border on the logo link in the sidebar

rtd2
Stein Magnus Jodal 2012-01-15 00:15:32 +01:00
parent 727a9662f6
commit 6fa37c0ea6
1 changed files with 3 additions and 0 deletions

View File

@ -383,6 +383,9 @@ div.sphinxsidebar p a:hover {
text-decoration: none;
border: 1px solid #888;
}
div.sphinxsidebar p.logo a {
border: 0;
}
/* Tweak any link appearing in a heading */
div.sphinxsidebar h3 a {