11 lines
111 B
CSS
11 lines
111 B
CSS
strong > a, strong > a:hover {
|
|
text-decoration:none;
|
|
color:black;
|
|
}
|
|
|
|
/*
|
|
li {
|
|
margin-bottom:0;
|
|
}
|
|
*/
|