maven-jxr-plugin/src/main/resources/stylesheet.css [3:19]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
body {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

a:link {
    color: #00f;
}
a:visited {
    color: #00a;
}

a:active, a:hover {
    color: #f30 !important;
}

ul, li {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



maven-jxr-plugin/src/site/resources/example/xref/stylesheet.css [3:19]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
body { 
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
 color: #00f;
}
a:visited {
 color: #00a;
}

a:active, a:hover {
 color: #f30 !important;
}

ul, li	{
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



