24 lines
385 B
CSS
24 lines
385 B
CSS
.repository-view .repo-circle {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.repository-view .cor-title-content .repo-star {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.repository-view .repo-star {
|
|
color: #aaa;
|
|
}
|
|
|
|
.repository-view .tab-header {
|
|
margin-top: 0px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.repository-view .tab-header-controls {
|
|
float: right;
|
|
}
|
|
|
|
.repository-view .tab-header-controls .btn .fa {
|
|
margin-right: 6px;
|
|
}
|