maven-jxr-plugin/src/main/resources/stylesheet.css [30:66]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    width:100%;
    border: 1px solid #000;
    border-collapse: collapse;
}

div.overview {
    background-color:#ddd;
    padding: 4px 4px 4px 0;
}
div.overview li, div.framenoframe li {
    display: inline;
}
div.framenoframe {
    text-align: center;
    font-size: x-small;
}
div.framenoframe li {
    margin: 0 3px 0 3px;
}
div.overview li {
    margin:3px 3px 0 3px;
    padding: 4px;
}
li.selected {
    background-color:#888;
    color: #fff;
    font-weight: bold;
}

table.summary {
    margin-bottom: 20px;
}
table.summary td, table.summary th {
    font-weight: bold;
    text-align: left;
    padding: 3px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



maven-jxr-plugin/src/site/resources/example/xref/stylesheet.css [30:66]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	width:100%;
	border: 1px solid #000;
	border-collapse: collapse;
}

div.overview {
	background-color:#ddd;
	padding: 4px 4px 4px 0;
}
div.overview li, div.framenoframe li {
	display: inline;
}
div.framenoframe {
	text-align: center;
	font-size: x-small;
}
div.framenoframe li {
	margin: 0 3px 0 3px;
}
div.overview li {
	margin:3px 3px 0 3px;
	padding: 4px;
}
li.selected {
	background-color:#888;
	color: #fff;
	font-weight: bold;
}

table.summary {
	margin-bottom: 20px;
}
table.summary td, table.summary th {
	font-weight: bold;
	text-align: left;
	padding: 3px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



