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