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;
|
border: 1px dashed #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.byline a.existingWikiWord[title]{
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
a:hover,a.nav:hover, a:hover math {
|
a:hover,a.nav:hover, a:hover math {
|
||||||
background-color:#000;
|
background-color:#000;
|
||||||
color:#FFF;
|
color:#FFF;
|
||||||
|
|
Loading…
Reference in a new issue