mirror of
https://github.com/goharbor/harbor
synced 2025-04-08 10:05:59 +00:00
11 lines
137 B
CSS
11 lines
137 B
CSS
.display-in-line {
|
|
display: inline-block;
|
|
}
|
|
|
|
.project-title {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.pull-right {
|
|
float: right !important;
|
|
} |