Stylesheet tweak
Don't put boxes around links on the web_list page.
This commit is contained in:
parent
6cf1463525
commit
ea431ad373
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue