forked from tk-sls.de/linuxfoo-gitlab
22 lines
466 B
CSS
22 lines
466 B
CSS
.linuxfoo_gitea {
|
|
display: block;
|
|
border: 1px dashed #8a8a8a;
|
|
border-radius: .5em;
|
|
padding: .25em .5em;
|
|
}
|
|
.linuxfoo_gitea .commits, .linuxfoo_gitlab .releases {
|
|
display: block;
|
|
margin: .25em 0 .25em 0;
|
|
}
|
|
.linuxfoo_gitea .commit, .linuxfoo_gitlab .release {
|
|
display: list-item;
|
|
list-style-type: square;
|
|
margin: 0 0 0 1em;
|
|
}
|
|
.linuxfoo_gitea .project_header {
|
|
display: block;
|
|
}
|
|
.linuxfoo_gitea .stats {
|
|
font-size: smaller;
|
|
}
|