Stylesheet tweak

Don't put boxes around links on the web_list page.
This commit is contained in:
Jacques Distler 2010-01-04 23:00:36 -06:00
parent 6cf1463525
commit ea431ad373

View file

@ -384,6 +384,10 @@ a.existingWikiWord[title]{
border: 1px dashed #000;
}
.byline a.existingWikiWord[title]{
border: none;
}
a:hover,a.nav:hover, a:hover math {
background-color:#000;
color:#FFF;