Small UI fixes
This commit is contained in:
parent
9b58c951bf
commit
6c21dc788e
5 changed files with 14 additions and 11 deletions
|
@ -50,14 +50,6 @@
|
|||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
.repo-panel-info-element .description-container h4:before {
|
||||
content: "\f02d";
|
||||
color: #black;
|
||||
font-size: 20px;
|
||||
font-family: FontAwesome;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.repo-panel-info-element .description .fa-edit {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -3,6 +3,13 @@ nav.navbar {
|
|||
border-radius: 0px;
|
||||
}
|
||||
|
||||
nav.navbar .navbar-toggle {
|
||||
padding: 0px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
nav.navbar-default .navbar-nav>li>a {
|
||||
letter-spacing: 0.5px;
|
||||
color: #428bca;
|
||||
|
|
Reference in a new issue