All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.dist.style.css Maven / Gradle / Ivy

Go to download

RefactoringMiner is a library/API written in Java that can detect refactorings applied in the history of a Java project.

There is a newer version: 3.0.9
Show newest version
ul {
    list-style: none;
}

summary {
  display : block;
  cursor  : pointer;
}

summary::marker,
summary::-webkit-details-marker {
  display : none;
}

summary::before {
	margin-left: 3px;
    content: url('icons8-file-folder-closed.svg');
    margin-right: 5px;
}

details[open] > summary::before {
	margin-left: 3px;
	content: url('icons8-file-folder-opened.svg');
    margin-right: 5px;
}

ul li {
  border-left : 2px solid #ddd;
}

ul li:last-child {
  border-color : transparent;
}
ul
{
    padding-inline-start: 3px;
}
.row>*{
    padding-right: 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy